Skip to content

Commit 28cac2a

Browse files
committed
Formatting fixed
1 parent 854ede4 commit 28cac2a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/SCRIPTS/BF/radios.lua

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ local supportedPlatforms = {
1919
},
2020
horus =
2121
{
22-
templateHome=SCRIPT_HOME.."/HORUS/",
23-
preLoad=SCRIPT_HOME.."/HORUS/horuspre.lua",
22+
templateHome = SCRIPT_HOME.."/HORUS/",
23+
preLoad = SCRIPT_HOME.."/HORUS/horuspre.lua",
2424
resolution = lcdResolution.high
2525
},
26-
nv14 =
26+
nv14 =
2727
{
28-
templateHome=SCRIPT_HOME.."/NV14/",
29-
preLoad=SCRIPT_HOME.."/NV14/nv14pre.lua",
28+
templateHome = SCRIPT_HOME.."/NV14/",
29+
preLoad = SCRIPT_HOME.."/NV14/nv14pre.lua",
3030
resolution = lcdResolution.high
3131
},
3232
}
@@ -44,7 +44,7 @@ local supportedRadios =
4444
["x9e"] = supportedPlatforms.x9,
4545
["x10"] = supportedPlatforms.horus,
4646
["x12s"] = supportedPlatforms.horus,
47-
["NV14"] = supportedPlatforms.nv14,
47+
["NV14"] = supportedPlatforms.nv14,
4848
}
4949

5050
local ver, rad, maj, min, rev = getVersion()

0 commit comments

Comments
 (0)