1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-10 12:36:01 +01: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: