forked from lix-project/lix
indenting
This commit is contained in:
parent
b85ba3e30d
commit
1c329ca433
|
@ -12,9 +12,9 @@
|
|||
namespace nix {
|
||||
|
||||
typedef enum {
|
||||
elWarning
|
||||
, elError
|
||||
} ErrLevel;
|
||||
elWarning,
|
||||
elError
|
||||
} ErrLevel;
|
||||
|
||||
class ColumnRange {
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue