Normalize C/C++ include guards
[babeltrace.git] / src / compat / time.h
index 741725899fed8b8a2c0a283f4506374a0061d931..62982fc6902413ef78a88f0b8f7289e3166b541b 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (C) 2016 Michael Jeanson <mjeanson@efficios.com>
  */
 
-#ifndef _BABELTRACE_INCLUDE_COMPAT_TIME_H
-#define _BABELTRACE_INCLUDE_COMPAT_TIME_H
+#ifndef BABELTRACE_COMPAT_TIME_H
+#define BABELTRACE_COMPAT_TIME_H
 
 #include <time.h>
 #include <stdlib.h>
@@ -78,4 +78,5 @@ struct tm *bt_localtime_r(const time_t *timep, struct tm *result)
 }
 
 #endif /* __MINGW32__ */
-#endif /* _BABELTRACE_INCLUDE_COMPAT_TIME_H */
+
+#endif /* BABELTRACE_COMPAT_TIME_H */
This page took 0.023898 seconds and 4 git commands to generate.