replace tabs with 4 spaces in all files
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@600 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
5b77cc6de3
commit
d72b2ff1b3
22 changed files with 554 additions and 545 deletions
|
@ -15,8 +15,8 @@
|
|||
#include <loki/LokiExport.h>
|
||||
|
||||
#if (defined(FOO_MAKE_DLL) && defined(FOO_DLL)) || \
|
||||
(defined(FOO_MAKE_DLL) && defined(FOO_STATIC)) || \
|
||||
(defined(FOO_DLL) && defined(FOO_STATIC))
|
||||
(defined(FOO_MAKE_DLL) && defined(FOO_STATIC)) || \
|
||||
(defined(FOO_DLL) && defined(FOO_STATIC))
|
||||
#error export macro error: you could not build AND use the library
|
||||
#endif
|
||||
|
||||
|
|
|
@ -15,8 +15,8 @@
|
|||
#include <loki/LokiExport.h>
|
||||
|
||||
#if (defined(SINGLETONDLL_MAKE_DLL) && defined(SINGLETONDLL_DLL)) || \
|
||||
(defined(SINGLETONDLL_MAKE_DLL) && defined(SINGLETONDLL_STATIC)) || \
|
||||
(defined(SINGLETONDLL_DLL) && defined(SINGLETONDLL_STATIC))
|
||||
(defined(SINGLETONDLL_MAKE_DLL) && defined(SINGLETONDLL_STATIC)) || \
|
||||
(defined(SINGLETONDLL_DLL) && defined(SINGLETONDLL_STATIC))
|
||||
#error export macro error: you could not build AND use the library
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue