ni-menu: fix indent

Origin commit data
------------------
Branch: ni/coolstream
Commit: af7b65bc4e
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-05-24 (Tue, 24 May 2016)

Origin message was:
------------------
- ni-menu: fix indent

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-05-24 10:38:40 +02:00
parent 7c0a99b35d
commit 53f3805e21

View File

@@ -368,7 +368,7 @@ bool CNITouchFileNotifier::changeNotify(const neutrino_locale_t, void * data)
if (my_system(3, "service", filename, "stop") != 0)
printf("[ni_menu.cpp] executing %s failed\n", buf.str().c_str());
}
remove(flag.c_str());
remove(flag.c_str());
}
return menu_return::RETURN_REPAINT;
}