From 2066b51c243763677dfdbc6a9db8bccc10bbfe36 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 21 Apr 2007 21:21:49 +0000 Subject: Code cleanups. git-svn-id: http://svn.drobilla.net/lad/slv2@470 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/slv2.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'slv2/slv2.h') diff --git a/slv2/slv2.h b/slv2/slv2.h index 2d89e4e..ee0bcfa 100644 --- a/slv2/slv2.h +++ b/slv2/slv2.h @@ -16,8 +16,8 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef __SLV2_H -#define __SLV2_H +#ifndef __SLV2_H__ +#define __SLV2_H__ #ifdef __cplusplus extern "C" { @@ -32,9 +32,8 @@ extern "C" { #include #include - #ifdef __cplusplus } #endif -#endif /* __SLV2_H */ +#endif /* __SLV2_H__ */ -- cgit v1.2.1