Clean-up: run format-cpp on the tree
[lttng-tools.git] / include / lttng / lttng-export.h
index ae3990a29dbad5786fdeaecbc971f9d1b07b067f..51eca4ee7d13e7030dfbbb52f0c417d9076a492a 100644 (file)
@@ -7,8 +7,8 @@
 #ifndef LTTNG_EXPORT_H
 #define LTTNG_EXPORT_H
 #if defined(_WIN32) || defined(__CYGWIN__)
-# define LTTNG_EXPORT
+#define LTTNG_EXPORT
 #else
-# define LTTNG_EXPORT __attribute__((visibility("default")))
+#define LTTNG_EXPORT __attribute__((visibility("default")))
 #endif
 #endif
This page took 0.022411 seconds and 4 git commands to generate.