summaryrefslogtreecommitdiff
path: root/src/lib/exceptions.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-09-09 01:03:03 +0200
committerCarl Hetherington <cth@carlh.net>2021-09-21 09:47:22 +0200
commit38e89b25f6042d7a9dc023bbdeff98b09cbdd26f (patch)
tree698c1b3ef3bc0425307a3f98942e1b612869023f /src/lib/exceptions.cc
parent049fc0b535a7c994489ae391f85227562c8b4c1e (diff)
Tweak formatting.v2.15.162
Diffstat (limited to 'src/lib/exceptions.cc')
-rw-r--r--src/lib/exceptions.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/exceptions.cc b/src/lib/exceptions.cc
index 9350430f9..ebb607b94 100644
--- a/src/lib/exceptions.cc
+++ b/src/lib/exceptions.cc
@@ -125,7 +125,7 @@ KDMError::KDMError (string s, string d)
}
-GLError::GLError (char const * last, int e)
+GLError::GLError (char const* last, int e)
: runtime_error (String::compose("%1 failed %2", last, e))
{