aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Burdette <bburdette@gmail.com>2020-04-02 14:25:43 -0600
committerBen Burdette <bburdette@gmail.com>2020-04-02 14:25:43 -0600
commit1c329ca433e78ba9018a54f5d499c7cabe3c7b66 (patch)
treeaaee23787c9223fc84712835c7e69d982f046c66
parentb85ba3e30da663a00847a30fd9ceb1bc8284bafc (diff)
indenting
-rw-r--r--src/libutil/error.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libutil/error.hh b/src/libutil/error.hh
index 9dcb42e14..32571d97f 100644
--- a/src/libutil/error.hh
+++ b/src/libutil/error.hh
@@ -12,9 +12,9 @@
namespace nix {
typedef enum {
- elWarning
- , elError
- } ErrLevel;
+ elWarning,
+ elError
+} ErrLevel;
class ColumnRange {
public: