From 53f3805e2113ce0b6f32a38c24cf20aacbc48b9b Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 24 May 2016 10:38:40 +0200 Subject: [PATCH] ni-menu: fix indent Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/af7b65bc4e5deb91913b51c371eccbcd773e4817 Author: vanhofen 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 --- src/gui/ni_menu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/ni_menu.cpp b/src/gui/ni_menu.cpp index c099d4fa3..3b1e6a4ac 100644 --- a/src/gui/ni_menu.cpp +++ b/src/gui/ni_menu.cpp @@ -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; }