summaryrefslogtreecommitdiff
path: root/graphics/asymptote/camperror.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/camperror.h')
-rw-r--r--graphics/asymptote/camperror.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/asymptote/camperror.h b/graphics/asymptote/camperror.h
index b6adaaf63f..cf00d56e0b 100644
--- a/graphics/asymptote/camperror.h
+++ b/graphics/asymptote/camperror.h
@@ -20,10 +20,10 @@ namespace camp {
// Used internally to report an error in an operation.
void reportError(const string& desc);
void reportError(const ostringstream& desc);
-
+
void reportWarning(const string& desc);
void reportWarning(const ostringstream& desc);
-
+
void reportFatal(const string& desc);
void reportFatal(const ostringstream& desc);