aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/PalmOS/Src/native/pace.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/PalmOS/Src/native/pace.h')
-rw-r--r--backends/platform/PalmOS/Src/native/pace.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/backends/platform/PalmOS/Src/native/pace.h b/backends/platform/PalmOS/Src/native/pace.h
index dac855c3ba..b3e2d14593 100644
--- a/backends/platform/PalmOS/Src/native/pace.h
+++ b/backends/platform/PalmOS/Src/native/pace.h
@@ -52,9 +52,9 @@ extern GlobalsType global;
#ifdef __cplusplus
-# define PACE_CLASS_WRAPPER(rv) extern "C" rv
+# define PACE_CLASS_WRAPPER(rv) extern "C" rv
#else
-# define PACE_CLASS_WRAPPER(rv) rv
+# define PACE_CLASS_WRAPPER(rv) rv
#endif
#define PACE_CALLBACK_PTR g_call68KFuncP
#define PACE_EMULSTATE g_emulStateP
@@ -66,7 +66,7 @@ extern GlobalsType global;
#define PACE_PARAMS_INIT() \
UInt8 params[] = {
-
+
#define PACE_PARAMS_ADD8(param) \
(UInt8)(param), \
0,
@@ -91,7 +91,7 @@ extern GlobalsType global;
static_cast<void *>(PACE_EMULSTATE), \
PceNativeTrapNo(sysTrapPinsDispatch), \
NULL, 0)));
-
+
#define PACE_PIN_EXEC(pinTrap, returnType) \
PACE_EMULSTATE->regData[2] = pinTrap; \
return ((returnType)((PACE_CALLBACK_PTR)( \
@@ -100,4 +100,4 @@ extern GlobalsType global;
&params, \
sizeof(params))));
-#endif \ No newline at end of file
+#endif