Format code
This commit is contained in:
parent
5080985a77
commit
16f50d99ce
3
utils.h
3
utils.h
|
@ -6,8 +6,7 @@
|
||||||
#define CHECK_RET_NULLPTR(bx, msg) if(bx) {std::cout << msg << std::endl; return nullptr;}
|
#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_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 CHECK_RET_INT(bx, msg) if(bx) {std::cout << msg << std::endl; return -1;}
|
||||||
|
#define INVALID_STATE "Augeas object is no longer valid."
|
||||||
#define INVALID_STATE "Augeas is in invalid state."
|
|
||||||
|
|
||||||
bool path_exists(const std::string &name);
|
bool path_exists(const std::string &name);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue