summaryrefslogtreecommitdiffstats
path: root/plugins/audio_opensles/audio_opensles_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/audio_opensles/audio_opensles_config.h')
-rwxr-xr-xplugins/audio_opensles/audio_opensles_config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/plugins/audio_opensles/audio_opensles_config.h b/plugins/audio_opensles/audio_opensles_config.h
index a495608..6967492 100755
--- a/plugins/audio_opensles/audio_opensles_config.h
+++ b/plugins/audio_opensles/audio_opensles_config.h
@@ -1,17 +1,17 @@
/* Copyright (C) 2012 Doubango Telecom <http://www.doubango.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.
*/
@@ -66,18 +66,18 @@
# define AUDIO_OPENSLES_GEXTERN extern
#endif
-// Guards against C++ name mangling
+// Guards against C++ name mangling
#ifdef __cplusplus
# define AUDIO_OPENSLES_BEGIN_DECLS extern "C" {
# define AUDIO_OPENSLES_END_DECLS }
#else
-# define AUDIO_OPENSLES_BEGIN_DECLS
+# define AUDIO_OPENSLES_BEGIN_DECLS
# define AUDIO_OPENSLES_END_DECLS
#endif
#ifdef _MSC_VER
#if HAVE_FFMPEG // FFMPeg warnings (treated as errors)
-# pragma warning (disable:4244)
+# pragma warning (disable:4244)
#endif
# define inline __inline
# define _CRT_SECURE_NO_WARNINGS
@@ -94,7 +94,7 @@
#endif
#if HAVE_CONFIG_H
- #include "../config.h"
+#include "../config.h"
#endif
#if AUDIO_OPENSLES_UNDER_ANDROID
OpenPOWER on IntegriCloud