summary refs log tree commit diff
path: root/src/nmtui/nmtui-hostname.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nmtui/nmtui-hostname.c')
-rw-r--r--src/nmtui/nmtui-hostname.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/nmtui/nmtui-hostname.c b/src/nmtui/nmtui-hostname.c
index 2f252428..65af73cc 100644
--- a/src/nmtui/nmtui-hostname.c
+++ b/src/nmtui/nmtui-hostname.c
@@ -21,12 +21,12 @@
 static char *
 nmtui_hostname_run_dialog(void)
 {
-    NmtNewtForm *     form;
-    NmtNewtWidget *   widget, *ok, *cancel;
-    NmtNewtGrid *     grid;
-    NmtNewtEntry *    entry;
+    NmtNewtForm      *form;
+    NmtNewtWidget    *widget, *ok, *cancel;
+    NmtNewtGrid      *grid;
+    NmtNewtEntry     *entry;
     NmtNewtButtonBox *bbox;
-    char *            hostname, *ret = NULL;
+    char             *hostname, *ret = NULL;
 
     form = g_object_new(NMT_TYPE_NEWT_FORM, "title", _("Set Hostname"), "escape-exits", TRUE, NULL);
 
@@ -79,9 +79,9 @@ NmtNewtForm *
 nmtui_hostname(gboolean is_top, int argc, char **argv)
 {
     const char *hostname;
-    char *      tmp = NULL;
+    char       *tmp = NULL;
     NmtSyncOp   op;
-    GError *    error = NULL;
+    GError     *error = NULL;
 
     if (argc == 2)
         hostname = argv[1];