Fix: sessiond add missing socket close
[lttng-tools.git] / include / version.h.tmpl
index 861a477bca44b14154ab25ab31cc0199f233ecba..d3f33024a937d82850fcae2f184c9ee4654a9222 100644 (file)
@@ -1,3 +1,6 @@
+#ifndef VERSION_H
+#define VERSION_H
+
 /*
  * Copyright (C) 2013-2014 - RaphaĆ«l Beamonte <raphael.beamonte@gmail.com>
  *
@@ -17,9 +20,6 @@
 
 #include <config.h>
 
-#ifndef VERSION_H
-#define VERSION_H
-
-#define GIT_VERSION ""
+#define GIT_VERSION    ""
 
 #endif /* VERSION_H */
This page took 0.022956 seconds and 4 git commands to generate.