summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-12-23 19:16:47 +0100
committerDave Davenport <qball@gmpclient.org>2015-12-23 19:16:47 +0100
commit0a899185f8190b73d84f1fe38accb7df2e760aa1 (patch)
tree3de4320c5f193516908d959aefb7b0e26d32b5e2 /test
parent54a1147986863fc8a8889af7e829f437300b35a4 (diff)
Indenting fix
Diffstat (limited to 'test')
-rw-r--r--test/textbox-test.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index ba35983f..f1a993ee 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -91,10 +91,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
// Set alternate row to normal row.
config.menu_bg_alt = config.menu_bg;
textbox_setup ( display );
- textbox *box =
- textbox_create ( TB_EDITABLE | TB_AUTOWIDTH | TB_AUTOHEIGHT, 0, 0, -1, -1,
- NORMAL,
- "test" );
+ textbox *box = textbox_create ( TB_EDITABLE | TB_AUTOWIDTH | TB_AUTOHEIGHT, 0, 0, -1, -1,
+ NORMAL, "test" );
TASSERT ( box != NULL );
textbox_cursor_end ( box );