Skip to content

Commit fdd90c9

Browse files
committed
clang-format -i *.m
1 parent 13c119b commit fdd90c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

blueutil.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ int assert_reg(int errcode, const regex_t *restrict preg, char *reason) {
4949
int IOBluetoothPreferenceGetDiscoverableState();
5050
void IOBluetoothPreferenceSetDiscoverableState(int state);
5151

52-
void _NSSetLogCStringFunction(void(*)(const char*, unsigned, BOOL));
52+
void _NSSetLogCStringFunction(void (*)(const char *, unsigned, BOOL));
5353

5454
// short names
5555
typedef int (*GetterFunc)();
@@ -99,7 +99,7 @@ void check_power_on_for(const char *command) {
9999
"-[IOBluetoothDeviceInquiry dealloc]",
100100
};
101101

102-
void CustomNSLogOutput(const char* message, __unused unsigned length, __unused BOOL withSysLogBanner) {
102+
void CustomNSLogOutput(const char *message, __unused unsigned length, __unused BOOL withSysLogBanner) {
103103
for (size_t i = 0, _i = sizeof(filter_out_ns_log) / sizeof(filter_out_ns_log[0]); i < _i; i++) {
104104
if (strstr(message, filter_out_ns_log[i]) != NULL) return;
105105
}

0 commit comments

Comments
 (0)