summaryrefslogtreecommitdiff
path: root/editor/output_strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/output_strings.cpp')
-rw-r--r--editor/output_strings.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/editor/output_strings.cpp b/editor/output_strings.cpp
index 24b44f078f..baabaff9a8 100644
--- a/editor/output_strings.cpp
+++ b/editor/output_strings.cpp
@@ -105,7 +105,8 @@ void OutputStrings::_notification(int p_what) {
case LINE_LINK: {
} break;
- default: {}
+ default: {
+ }
}
line_ofs.y += font->get_ascent();