Style: Apply new clang-format 5.0 style to all files
This commit is contained in:
@@ -158,8 +158,8 @@ void VisualServerWrapMT::finish() {
|
||||
canvas_occluder_polygon_free_cached_ids();
|
||||
}
|
||||
|
||||
VisualServerWrapMT::VisualServerWrapMT(VisualServer *p_contained, bool p_create_thread)
|
||||
: command_queue(p_create_thread) {
|
||||
VisualServerWrapMT::VisualServerWrapMT(VisualServer *p_contained, bool p_create_thread) :
|
||||
command_queue(p_create_thread) {
|
||||
|
||||
visual_server = p_contained;
|
||||
create_thread = p_create_thread;
|
||||
|
||||
Reference in New Issue
Block a user