[NFC] More checks, comments on end of namespace braces.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
namespace snmalloc
|
||||
{
|
||||
void error(const char* const str);
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
// If simultating OE, then we need the underlying platform
|
||||
#if !defined(OPEN_ENCLAVE) || defined(OPEN_ENCLAVE_SIMULATION)
|
||||
@@ -50,4 +50,4 @@ namespace snmalloc
|
||||
{
|
||||
Pal::error(str);
|
||||
}
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -42,4 +42,4 @@ namespace snmalloc
|
||||
*/
|
||||
YesZero
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
@@ -91,5 +91,5 @@ namespace snmalloc
|
||||
return p;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
#endif
|
||||
|
||||
@@ -29,4 +29,4 @@ namespace snmalloc
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace snmalloc
|
||||
|
||||
Reference in New Issue
Block a user