diff options
author | Ben Burdette <bburdette@gmail.com> | 2020-04-02 14:25:43 -0600 |
---|---|---|
committer | Ben Burdette <bburdette@gmail.com> | 2020-04-02 14:25:43 -0600 |
commit | 1c329ca433e78ba9018a54f5d499c7cabe3c7b66 (patch) | |
tree | aaee23787c9223fc84712835c7e69d982f046c66 | |
parent | b85ba3e30da663a00847a30fd9ceb1bc8284bafc (diff) |
indenting
-rw-r--r-- | src/libutil/error.hh | 6 |
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: |