diff options
Diffstat (limited to 'include/tng_io.h')
-rw-r--r-- | include/tng_io.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tng_io.h b/include/tng_io.h index 1a85b6d..9d1642f 100644 --- a/include/tng_io.h +++ b/include/tng_io.h @@ -264,8 +264,8 @@ * */ -#ifndefTNG_IO_H -#defineTNG_IO_H 1 +#ifndef TNG_IO_H +#define TNG_IO_H 1 #include <stdio.h> #include <stdlib.h> @@ -2589,4 +2589,4 @@ tng_function_status DECLSPECDLLEXPORT tng_util_box_shape_with_time_write } /* end extern "C" */ #endif -#endif /*TNG_IO_H */ +#endif /* TNG_IO_H */ |