mmp / vice

Virtual air traffic control simulator
https://pharr.org/vice
GNU General Public License v3.0
18 stars 25 forks source link

fix space alignment in datablocks #232

Open mmp opened 1 month ago

mmp commented 1 month ago

(discord)[https://discord.com/channels/1090685318014976081/1238599672944398357/1246276722278797333]

Minor detail, but there is an extra space in line 2 of the datablock. Sites are adapted to allow or not allow 4char scratchpads. Right now I see "ILS+ B737" and unless a site is enabled to use 4char scratch pads, it should be "ILS+B737". If a site did have 4char enabled, then it'd look like "ILS +B737" (notice the space before "+" to allow 4char scr pad)