1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00

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 {
typedef enum {
elWarning
, elError
} ErrLevel;
elWarning,
elError
} ErrLevel;
class ColumnRange {
public: