Replaced tabs with spaces for legibility

This commit is contained in:
MarkRivers
2013-06-07 16:20:12 +00:00
parent 94a33d3a5e
commit 296d224533
+9 -9
View File
@@ -7,16 +7,16 @@
#ifdef _WIN32
#ifndef DLL
#ifdef _DLL /* _DLL is defined by EPICS if we are being compiled to call DLLs */
#define DLL _declspec(dllimport)
#else
#define DLL
#endif
#endif
#ifndef DLL
#ifdef _DLL /* _DLL is defined by EPICS if we are being compiled to call DLLs */
#define DLL _declspec(dllimport)
#else
#define DLL
#endif
#endif
#else
#define DLL
#define __stdcall
#define DLL
#define __stdcall
#endif
#ifdef __rtems__