summaryrefslogtreecommitdiffstats
path: root/tinyNET/src/tinynet_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinyNET/src/tinynet_config.h')
-rwxr-xr-xtinyNET/src/tinynet_config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/tinyNET/src/tinynet_config.h b/tinyNET/src/tinynet_config.h
index 813c2c0..2633d2f 100755
--- a/tinyNET/src/tinynet_config.h
+++ b/tinyNET/src/tinynet_config.h
@@ -2,19 +2,19 @@
* Copyright (C) 2010-2011 Mamadou Diop.
*
* Contact: Mamadou Diop <diopmamadou(at)doubango[dot]org>
-*
+*
* This file is part of Open Source Doubango Framework.
*
* DOUBANGO is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
-*
+*
* DOUBANGO is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
-*
+*
* You should have received a copy of the GNU General Public License
* along with DOUBANGO.
*
@@ -98,7 +98,7 @@
# define TNET_BEGIN_DECLS extern "C" {
# define TNET_END_DECLS }
#else
-# define TNET_BEGIN_DECLS
+# define TNET_BEGIN_DECLS
# define TNET_END_DECLS
#endif
@@ -107,7 +107,7 @@
#elif defined(__GNUC__) && !defined(__APPLE__)
# define TNET_INLINE __inline
#else
-# define TNET_INLINE
+# define TNET_INLINE
#endif
/* have poll()? */
OpenPOWER on IntegriCloud