summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-10-28 03:35:57 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-10-28 15:16:18 +0100
commit35836f350861b33a0c28307a413eff76d0433d1e (patch)
treee5d84c3c1a6a36577d7f0e0c471a7694c6ae26a1 /desktop/source/inc
parentbb142943a3fa2e60ee7b66b1ef37419f5939b5f3 (diff)
fixincludeguards.sh: desktop
Change-Id: Iaeba85d313af1840f925fd0536d11ac83545a118
Diffstat (limited to 'desktop/source/inc')
-rw-r--r--desktop/source/inc/exithelper.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/source/inc/exithelper.h b/desktop/source/inc/exithelper.h
index e670da3bcab2..f92f1a867727 100644
--- a/desktop/source/inc/exithelper.h
+++ b/desktop/source/inc/exithelper.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _DESKTOP_EXITHELPER_H_
-#define _DESKTOP_EXITHELPER_H_
+#ifndef INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
+#define INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
enum EExitCodes {
/* e.g. used to force showing of the command line help */
@@ -33,6 +33,6 @@ enum EExitCodes {
EXITHELPER_NORMAL_RESTART = 81
};
-#endif /* #ifndef _DESKTOP_EXITHELPER_H_ */
+#endif // INCLUDED_DESKTOP_SOURCE_INC_EXITHELPER_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */