You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
This commit is contained in:
@@ -152,7 +152,8 @@ Variant JSONRPC::process_action(const Variant &p_action, bool p_process_arr_elem
|
||||
|
||||
String JSONRPC::process_string(const String &p_input) {
|
||||
|
||||
if (p_input.empty()) return String();
|
||||
if (p_input.empty())
|
||||
return String();
|
||||
|
||||
Variant ret;
|
||||
Variant input;
|
||||
|
||||
Reference in New Issue
Block a user