diff options
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/xgandalf.h | 7 |
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 */ |