indenting

This commit is contained in:
Ben Burdette 2020-04-02 14:25:43 -06:00
parent b85ba3e30d
commit 1c329ca433

View file

@ -12,9 +12,9 @@
namespace nix { namespace nix {
typedef enum { typedef enum {
elWarning elWarning,
, elError elError
} ErrLevel; } ErrLevel;
class ColumnRange { class ColumnRange {
public: public: