clang-format

pull/15459/head
Muxi Yan 7 years ago
parent 588b2243e6
commit cf23f867f2
  1. 2
      src/core/lib/iomgr/error_apple.mm
  2. 2
      test/core/iomgr/ios/CFStreamTests/CFStreamEndpointTests.mm

@ -46,4 +46,4 @@ grpc_error* grpc_error_create_from_cferror(const char* file, int line, void* arg
gpr_free(error_msg); gpr_free(error_msg);
return return_error; return return_error;
} }
#endif // GPR_APPLE #endif // GPR_APPLE

@ -331,7 +331,7 @@ static bool compare_slice_buffer_with_buffer(grpc_slice_buffer *slices, const ch
@end @end
@implementation CFStreamEndpointTests @implementation CFStreamEndpointTests
-(void)setUp { - (void)setUp {
[super setUp]; [super setUp];
} }

Loading…
Cancel
Save