astyle format

This commit is contained in:
Ben Burdette 2020-04-27 15:15:08 -06:00
parent 1ff42722ce
commit e51a757720

View file

@ -24,7 +24,8 @@ namespace nix {
using std::list;
using std::vector;
typedef enum {
typedef enum
{
lvlError = 0,
lvlWarn,
lvlInfo,