1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

indenting

This commit is contained in:
Ben Burdette 2020-04-01 16:20:20 -06:00
parent 8713aeac5e
commit dd7b8183a5
2 changed files with 250 additions and 250 deletions

View file

@ -11,8 +11,8 @@
namespace nix {
typedef enum
{ elWarning
typedef enum {
elWarning
, elError
} ErrLevel;