fixed some spaces

This commit is contained in:
Adi Bier / DL1HRC 2020-04-19 18:51:30 +02:00 committed by Tobias Blomberg
parent a1f7214e67
commit 7c13f03b08
2 changed files with 6 additions and 6 deletions

View File

@ -48,8 +48,8 @@
1.7.0 -- 01 Sep 2019
----------------------
* MetarInfo now supports secure http (https) since aviationweather.gov has
switched to https only. Read documentation and/or README in directory
* MetarInfo now supports secure http (https) since aviationweather.gov has
switched to https only. Read documentation and/or README in directory
modules/metarinfo for changes.
* Now possible to set the roger sound to be always on in the SimplexLogic, even
@ -856,7 +856,7 @@
* The help module can now accept commands when not active. It will read
back help for the given module ID. For example the command 01# will
play the help message for the parrot module.
* The parrot module can now accept commands when not active. The only
thing it can do is to read back the entered digits. For example the
command 1123# will make the parrot module say "one two three".
@ -1005,7 +1005,7 @@
* Steve also contributed a couple of other improvements, bugfixes
and workarounds.
* Bugfix in CW.tcl: The CW code for 'L' was incorrectly mapped to '..-.'.
* Two new command line options added to SvxLink Server and RemoteTrx:

View File

@ -582,7 +582,7 @@ bool ModuleMetarInfo::initialize(void)
if (type != "TXT" && type != "XML")
{
cout << "**** WARNING: Config variable " << cfgName()
cout << "**** WARNING: Config variable " << cfgName()
<< "/TYPE: " << type << " is not valid.\n";
return false;
}
@ -937,7 +937,7 @@ void ModuleMetarInfo::onData(std::string metarinput, size_t count)
}
}
// the TXT version of METAR
else
else
{
// This is a METAR-report:
//