// macros
// ---------------------------------------------------------------------------
-#define CALL_CARET_API(api, args) \
- if ( !api args ) \
- wxLogLastError(wxT(#api))
+#define CALL_CARET_API(api, args) \
+ if ( !api args ) \
+ { \
+ wxLogLastError(wxT(#api)); \
+ }
// ===========================================================================
// implementation