- zapit/scanait: formatting code using astyle

see https://github.com/neutrino-images/ni-buildsystem/blob/master/support/scripts/astyle.sh

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-06 10:51:55 +01:00
committed by Thilo Graf
parent d8b822ed11
commit 27c8115cee
2 changed files with 89 additions and 88 deletions

View File

@@ -135,7 +135,8 @@ bool CAit::Parse()
for (sit = sections.begin(); sit != sections.end(); ++sit) for (sit = sections.begin(); sit != sections.end(); ++sit)
{ {
if (CServiceScan::getInstance()->Aborted()){ if (CServiceScan::getInstance()->Aborted())
{
if (pFile) if (pFile)
fclose(pFile); fclose(pFile);