From e129ab32f790daccbf5933c4cf75989159589b81 Mon Sep 17 00:00:00 2001 From: Magnus Lundborg Date: Thu, 24 Oct 2013 16:17:53 +0200 Subject: Fixed mistake in last commit. 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 #include @@ -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 */ diff --git a/include/tng_io.hpp b/include/tng_io.hpp index 1bfe2c7..a4247d5 100644 --- a/include/tng_io.hpp +++ b/include/tng_io.hpp @@ -1,5 +1,5 @@ -#ifndefTNG_IO_HPP -#defineTNG_IO_HPP +#ifndef TNG_IO_HPP +#define TNG_IO_HPP #include "tng_io.h" diff --git a/include/tng_io_testing.h.in b/include/tng_io_testing.h.in index 828d868..e6ad393 100644 --- a/include/tng_io_testing.h.in +++ b/include/tng_io_testing.h.in @@ -1,5 +1,5 @@ -#ifndefTNG_IO_TESTING_H -#defineTNG_IO_TESTING_H +#ifndef TNG_IO_TESTING_H +#define TNG_IO_TESTING_H #define EXAMPLE_FILES_DIR "@EXAMPLE_FILES_DIR@" -- cgit v0.10.1