From cf8d241f10ce65ba49e15f4ede20223a2066051b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 04 Nov 2017 13:33:58 -0400 Subject: mq_html_input_number_d(): Fix indentation --- (limited to 'src/utils/html.c') diff --git a/src/utils/html.c b/src/utils/html.c index 20a1c96..4fd71ea 100644 --- a/src/utils/html.c +++ b/src/utils/html.c @@ -674,9 +674,9 @@ mq_html_input_number_d(const gchar *name, const gchar *label, name, label, name, name, min, step, max, value); } else { return g_strdup_printf( - "\n", + "\n", name, name, min, step, max, value); } } -- cgit v0.9.1