summaryrefslogtreecommitdiffstats
path: root/tinySAK/src/tinysak_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'tinySAK/src/tinysak_config.h')
-rwxr-xr-xtinySAK/src/tinysak_config.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/tinySAK/src/tinysak_config.h b/tinySAK/src/tinysak_config.h
index 4e40556..629dc07 100755
--- a/tinySAK/src/tinysak_config.h
+++ b/tinySAK/src/tinysak_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.
*
@@ -88,7 +88,7 @@
# define TSK_BEGIN_DECLS extern "C" {
# define TSK_END_DECLS }
#else
-# define TSK_BEGIN_DECLS
+# define TSK_BEGIN_DECLS
# define TSK_END_DECLS
#endif
@@ -97,7 +97,7 @@
#elif defined(__GNUC__) && !defined(__APPLE__)
# define TSK_INLINE __inline
#else
-# define TSK_INLINE
+# define TSK_INLINE
#endif
@@ -111,11 +111,11 @@
/* Features */
#if !defined (HAVE_GETTIMEOFDAY)
- #if TSK_UNDER_WINDOWS
- # define HAVE_GETTIMEOFDAY 0
- #else
- # define HAVE_GETTIMEOFDAY 1
- #endif
+#if TSK_UNDER_WINDOWS
+# define HAVE_GETTIMEOFDAY 0
+#else
+# define HAVE_GETTIMEOFDAY 1
+#endif
#endif /* HAVE_GETTIMEOFDAY */
#if ANDROID
OpenPOWER on IntegriCloud