aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-06-18 15:06:13 +0200
committerThomas White <taw@physics.org>2018-06-18 15:06:13 +0200
commite1b687e748631d434be2af0f61b2f150f3595ba0 (patch)
tree087c9b5f0466cef873bc214484313375a8d082e5
parentda7edab59513c5e3f7148fc81562382a7a715e2c (diff)
Remove stray _
-rw-r--r--libcrystfel/src/xgandalf.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libcrystfel/src/xgandalf.h b/libcrystfel/src/xgandalf.h
index 593b73fb..3e1f0b2c 100644
--- a/libcrystfel/src/xgandalf.h
+++ b/libcrystfel/src/xgandalf.h
@@ -5,8 +5,8 @@
* Author: gevorkov
*/
-#ifndef LIBCRYSTFEL_SRC_XGANDALF_H_
-#define LIBCRYSTFEL_SRC_XGANDALF_H_
+#ifndef LIBCRYSTFEL_SRC_XGANDALF_H
+#define LIBCRYSTFEL_SRC_XGANDALF_H
#ifdef HAVE_CONFIG_H
#include <config.h>
@@ -33,5 +33,4 @@ void xgandalf_cleanup(void *pp);
const char *xgandalf_probe(UnitCell *cell);
-
-#endif /* LIBCRYSTFEL_SRC_XGANDALF_H_ */
+#endif /* LIBCRYSTFEL_SRC_XGANDALF_H */