mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 20:16:03 +01:00
astyle format
This commit is contained in:
parent
1ff42722ce
commit
e51a757720
1 changed files with 6 additions and 5 deletions
|
|
@ -24,7 +24,8 @@ namespace nix {
|
||||||
using std::list;
|
using std::list;
|
||||||
using std::vector;
|
using std::vector;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum
|
||||||
|
{
|
||||||
lvlError = 0,
|
lvlError = 0,
|
||||||
lvlWarn,
|
lvlWarn,
|
||||||
lvlInfo,
|
lvlInfo,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue