summaryrefslogtreecommitdiff
path: root/src/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc.h')
-rw-r--r--src/gc.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gc.h b/src/gc.h
index 2d71509..4065ded 100644
--- a/src/gc.h
+++ b/src/gc.h
@@ -49,7 +49,6 @@ in this Software without prior written authorization from The Open Group.
/** OR PERFORMANCE OF THIS SOFTWARE. **/
/*****************************************************************************/
-
/**********************************************************************
*
* GC related externs
@@ -61,6 +60,6 @@ in this Software without prior written authorization from The Open Group.
#ifndef _GC_
#define _GC_
-extern void CreateGCs( void );
+extern void CreateGCs(void);
-#endif /* _GC_ */
+#endif /* _GC_ */