Apply formating to all files. CLeanup
This commit is contained in:
parent
43e374f269
commit
744c01c5d0
928 changed files with 14515 additions and 21480 deletions
|
|
@ -18,7 +18,9 @@ static bool initialize(const tp::ModuleManifest*) {
|
|||
static void deinitialize(const tp::ModuleManifest*) {
|
||||
deinitializeCallStackCapture();
|
||||
tp::gTesting.reportState();
|
||||
if (tp::gTesting.hasFailed()) { exit(1); }
|
||||
if (tp::gTesting.hasFailed()) {
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
namespace tp {
|
||||
|
|
@ -87,9 +89,7 @@ namespace tp {
|
|||
return 0;
|
||||
}
|
||||
|
||||
bool memEqual(const void* left, const void* right, uhalni len) {
|
||||
return memCompare(left, right, len) == 0;
|
||||
}
|
||||
bool memEqual(const void* left, const void* right, uhalni len) { return memCompare(left, right, len) == 0; }
|
||||
|
||||
int1 memCompareVal(const void* left, uhalni len, uint1 val) {
|
||||
MODULE_SANITY_CHECK(gModuleBase)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue