Format code

This commit is contained in:
code liturgy 2022-11-12 13:23:29 -05:00
parent 5080985a77
commit 16f50d99ce
1 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,7 @@
#define CHECK_RET_NULLPTR(bx, msg) if(bx) {std::cout << msg << std::endl; return nullptr;}
#define CHECK_RET_BOOL(bx, msg) if(bx) {std::cout << msg << std::endl; return false;}
#define CHECK_RET_INT(bx, msg) if(bx) {std::cout << msg << std::endl; return -1;}
#define INVALID_STATE "Augeas is in invalid state."
#define INVALID_STATE "Augeas object is no longer valid."
bool path_exists(const std::string &name);