Normalize C/C++ include guards
[babeltrace.git] / src / ctf-writer / assert-pre.h
index 38e3ac2c98644e96d875ed0efab7b728cf97eb53..a118841d831f980d8581ac843c7d97212e024475 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright (c) 2018 Philippe Proulx <pproulx@efficios.com>
  */
 
-#ifndef BABELTRACE_CTF_WRITER_ASSERT_PRE_INTERNAL_H
-#define BABELTRACE_CTF_WRITER_ASSERT_PRE_INTERNAL_H
+#ifndef BABELTRACE_CTF_WRITER_ASSERT_PRE_H
+#define BABELTRACE_CTF_WRITER_ASSERT_PRE_H
 
 /*
  * The macros in this header use macros defined in "logging/log.h". We
                "Index is out of bounds: index=%" PRIu64 ", "           \
                "count=%" PRIu64, (uint64_t) (_index), (uint64_t) (_length))
 
-#endif /* BABELTRACE_CTF_WRITER_ASSERT_PRE_INTERNAL_H */
+#endif /* BABELTRACE_CTF_WRITER_ASSERT_PRE_H */
This page took 0.045957 seconds and 4 git commands to generate.