Remove underscore from ifndef of lttng.h
authorDavid Goulet <dgoulet@efficios.com>
Tue, 21 Aug 2012 15:51:23 +0000 (11:51 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 21 Aug 2012 15:51:23 +0000 (11:51 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
include/lttng/lttng.h

index b1c828924b560fd4375e7e8f828c9454b20e56fa..5d3362040d2004c395cb708fd735b76e85ca0da2 100644 (file)
@@ -19,8 +19,8 @@
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
  * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef _LTTNG_H
-#define _LTTNG_H
+#ifndef LTTNG_H
+#define LTTNG_H
 
 #include <limits.h>
 #include <stdint.h>
 
 #include <limits.h>
 #include <stdint.h>
@@ -572,4 +572,4 @@ extern int lttng_disable_consumer(struct lttng_handle *handle);
  */
 extern int lttng_health_check(enum lttng_health_component c);
 
  */
 extern int lttng_health_check(enum lttng_health_component c);
 
-#endif /* _LTTNG_H */
+#endif /* LTTNG_H */
This page took 0.02523 seconds and 4 git commands to generate.