From 38d3bfe971155bc7b0bdc8a10e059f9479d1eb5d Mon Sep 17 00:00:00 2001 From: JohnJLight Date: Tue, 19 Mar 2019 14:35:57 -0400 Subject: Made use of semicolons more consitent, fixed formatting --- editor/plugins/tile_set_editor_plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/plugins/tile_set_editor_plugin.h') diff --git a/editor/plugins/tile_set_editor_plugin.h b/editor/plugins/tile_set_editor_plugin.h index 1176e1bb92..b417414ae0 100644 --- a/editor/plugins/tile_set_editor_plugin.h +++ b/editor/plugins/tile_set_editor_plugin.h @@ -46,7 +46,7 @@ class TileSetEditor : public HSplitContainer { friend class TileSetEditorPlugin; friend class TilesetEditorContext; - GDCLASS(TileSetEditor, HSplitContainer) + GDCLASS(TileSetEditor, HSplitContainer); enum TextureToolButtons { TOOL_TILESET_ADD_TEXTURE, -- cgit v1.2.3