From 296d2245337aef375f1dde71cfb0edabbfeeed68 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Fri, 7 Jun 2013 16:20:12 +0000 Subject: [PATCH] Replaced tabs with spaces for legibility --- motorApp/NewportSrc/XPS_C8_drivers.h | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/motorApp/NewportSrc/XPS_C8_drivers.h b/motorApp/NewportSrc/XPS_C8_drivers.h index 9e63b8fb..458a91a6 100644 --- a/motorApp/NewportSrc/XPS_C8_drivers.h +++ b/motorApp/NewportSrc/XPS_C8_drivers.h @@ -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__