From 3066e1b30146345594a7942af8c07caafacdfeba Mon Sep 17 00:00:00 2001 From: David Capello Date: Thu, 10 Dec 2015 16:44:48 -0300 Subject: [PATCH] Minor format change in ui/textbox.h --- src/ui/textbox.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ui/textbox.h b/src/ui/textbox.h index facb810ac..3fd331b0c 100644 --- a/src/ui/textbox.h +++ b/src/ui/textbox.h @@ -12,8 +12,7 @@ namespace ui { - class TextBox : public Widget - { + class TextBox : public Widget { public: TextBox(const std::string& text, int align);