diff options
Diffstat (limited to 'src/core/SkErrorInternals.h')
-rw-r--r-- | src/core/SkErrorInternals.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/SkErrorInternals.h b/src/core/SkErrorInternals.h index 778d539866..65ff231821 100644 --- a/src/core/SkErrorInternals.h +++ b/src/core/SkErrorInternals.h @@ -12,7 +12,7 @@ #include "SkError.h" class SkErrorInternals { - + public: static void ClearError(); static void SetError(SkError code, const char *fmt, ...); @@ -21,7 +21,7 @@ public: static void SetErrorCallback(SkErrorCallbackFunction cb, void *context); static void DefaultErrorCallback(SkError code, void *context); }; - + #endif /* SkErrorInternals_DEFINED */ |