mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-13 18:48:08 +00:00
clang-tidy readability-braces (#323)
This commit is contained in:
@ -16,7 +16,8 @@ int target_func(unsigned char *buf, int size) {
|
||||
}
|
||||
|
||||
break;
|
||||
default: break;
|
||||
default:
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user