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