summaryrefslogtreecommitdiffhomepage
path: root/dev/SCIKit/LPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'dev/SCIKit/LPC.h')
-rw-r--r--dev/SCIKit/LPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/SCIKit/LPC.h b/dev/SCIKit/LPC.h
index 56bb3804..af59804b 100644
--- a/dev/SCIKit/LPC.h
+++ b/dev/SCIKit/LPC.h
@@ -10,6 +10,7 @@
/// @file LPC.h
/// @brief Local Process Code type and values.
+
#define ErrLocalIsOk() (kLastError == kErrorSuccess)
#define ErrLocalFailed() (kLastError != kErrorSuccess)
#define ErrLocal() (kLastError)