From dc2adb04132daf673a6abaae3c3b7cc0fa570374 Mon Sep 17 00:00:00 2001 From: Adrian Thurston Date: Tue, 13 Dec 2016 10:13:21 -0500 Subject: an automated include convention improvement from Peter Reijnders --- src/colm.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/colm.h') diff --git a/src/colm.h b/src/colm.h index 4dd53656..b71ef0b3 100644 --- a/src/colm.h +++ b/src/colm.h @@ -1,5 +1,5 @@ -#ifndef __COLM_COLM_H -#define __COLM_COLM_H +#ifndef _COLM_COLM_H +#define _COLM_COLM_H #ifdef __cplusplus extern "C" { @@ -115,4 +115,5 @@ const char **colm_extract_fns( struct colm_program *prg ); } #endif -#endif +#endif /* _COLM_COLM_H */ + -- cgit v1.2.1