mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-10-06 19:02:47 +08:00
Remove useless empty lines
This commit is contained in:
@@ -17,11 +17,9 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
#ifndef CONFIG_H
|
||||
#define CONFIG_H
|
||||
|
||||
|
||||
#include "simpleini/simpleini.h"
|
||||
#include "support/filesystem.h"
|
||||
|
||||
@@ -89,7 +87,6 @@ class Config
|
||||
int postProcessMinCharacters;
|
||||
int postProcessMaxCharacters;
|
||||
|
||||
|
||||
bool debugGeneral;
|
||||
bool debugTiming;
|
||||
bool debugStateId;
|
||||
@@ -123,5 +120,4 @@ class Config
|
||||
bool getBoolean(string section, string key, bool defaultValue);
|
||||
};
|
||||
|
||||
|
||||
#endif // CONFIG_H
|
||||
|
Reference in New Issue
Block a user