astyle formatting

[ci skip]
This commit is contained in:
Daniel Marjamäki 2018-04-16 12:55:37 +02:00
parent 9579b12be9
commit a4f8c44432
3 changed files with 8 additions and 9 deletions

View File

@ -48,8 +48,7 @@ public:
int type;
AllocInfo(int type_ = 0, AllocStatus status_ = NOALLOC) : status(status_), type(type_) {}
bool managed() const
{
bool managed() const {
return status < 0;
}
};