ERROR: Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m:97: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Tools/LayoutTestRelay/LayoutTestRelay/LTRelayController.m:97: Extra space before ( in function call [whitespace/parens] [4] Total errors found: 2 in 5 files @try { NSData *data = [fileHandle availableData]; uint8_t bytes[[data length]]; [data getBytes:bytes length:[data length]]; [[[self relay] outputStream] write:[data bytes] maxLength:[data length]]; } @catch (NSException *e) { // Broken pipe - the dump tool crashed. Time to die. [self didCrashWithMessage:nil]; }