diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-08 11:33:46 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-08 11:33:46 -0600 |
commit | 805ffe1bc93b14ad8d1132c20179e85a914c91e6 (patch) | |
tree | bdced218fa37b850a0a50a0b69938458d9a7f86a /src/libutil/error.cc | |
parent | 8c2bf15c4fbf5cd18d3ee0b88f6b510e8881a622 (diff) |
indention
Diffstat (limited to 'src/libutil/error.cc')
-rw-r--r-- | src/libutil/error.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/error.cc b/src/libutil/error.cc index 138c50d2b..665361a2a 100644 --- a/src/libutil/error.cc +++ b/src/libutil/error.cc @@ -82,7 +82,7 @@ void printErrorInfo(const ErrorInfo &einfo) } default: { levelString = fmt("invalid error level: %1%", einfo.level); - break; + break; } } |