.gitignore: add some more IDE / tools related file
[babeltrace.git] / src / common / uuid.h
index c8418a67e6273037f4ac13aa8aa048a922531e7e..1c656a94667e30c655e9bedadb80deff5fb3389b 100644 (file)
@@ -4,8 +4,8 @@
  * Copyright (C) 2019 Michael Jeanson <mjeanson@efficios.com>
  */
 
-#ifndef _BABELTRACE_COMMON_UUID_H
-#define _BABELTRACE_COMMON_UUID_H
+#ifndef BABELTRACE_COMMON_UUID_H
+#define BABELTRACE_COMMON_UUID_H
 
 #include <inttypes.h>
 #include <stdint.h>
@@ -47,4 +47,4 @@ void bt_uuid_copy(bt_uuid_t uuid_dest, const bt_uuid_t uuid_src);
 }
 #endif
 
-#endif /* _BABELTRACE_COMMON_UUID_H */
+#endif /* BABELTRACE_COMMON_UUID_H */
This page took 0.038314 seconds and 4 git commands to generate.