summaryrefslogtreecommitdiffstats
path: root/src/preflight.h
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2014-09-13 01:06:14 +0200
committerGravatar Nikias Bassen2014-09-13 01:06:14 +0200
commitb7976d2a53b27ec9c42f81a22e91704dbcc5fb53 (patch)
tree6a8ce914448972f357e65b0d37118b4ed685cf28 /src/preflight.h
parente72f2f79df5b72e71195fb7f27f5a0b525d05e4e (diff)
downloadusbmuxd-b7976d2a53b27ec9c42f81a22e91704dbcc5fb53.tar.gz
usbmuxd-b7976d2a53b27ec9c42f81a22e91704dbcc5fb53.tar.bz2
Properly rename header guards according to C++ standard
Diffstat (limited to 'src/preflight.h')
-rw-r--r--src/preflight.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/preflight.h b/src/preflight.h
index 4c8aa60..0a449e5 100644
--- a/src/preflight.h
+++ b/src/preflight.h
@@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
-#ifndef __PREFLIGHT_H__
-#define __PREFLIGHT_H__
+#ifndef PREFLIGHT_H
+#define PREFLIGHT_H
#include "device.h"