summaryrefslogtreecommitdiff
path: root/src/ivyloop.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ivyloop.h')
-rw-r--r--src/ivyloop.h15
1 files changed, 8 insertions, 7 deletions
diff --git a/src/ivyloop.h b/src/ivyloop.h
index 8658875..812c67b 100644
--- a/src/ivyloop.h
+++ b/src/ivyloop.h
@@ -1,22 +1,23 @@
/*
* Ivy, C interface
*
- * Copyright (C) 1997-1999
- * Centre d'Études de la Navigation Aérienne
+ * Copyright (C) 1997-1999
+ * Centre d'Études de la Navigation Aérienne
*
* Main loop handling around select
*
- * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
+ * Authors: François-Régis Colin <colin@cenatoulouse.dgac.fr>
* Stéphane Chatty <chatty@cenatoulouse.dgac.fr>
*
* $Id$
*
- * Please refer to file version.h for the
- * copyright notice regarding this software
+ * Please refer to file version.h for the
+ * copyright notice regarding this software
*
*/
-#ifndef _IVYLOOP_H
-#define _IVYLOOP_H
+
+#ifndef IVYLOOP_H
+#define IVYLOOP_H
#ifdef __cplusplus
extern "C" {