summaryrefslogtreecommitdiffstats
path: root/source/dialogs/script.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
committerDave Davenport <qball@gmpclient.org>2017-04-27 22:59:14 +0200
commitce4b1b23b4f36ca021d4dfc785b75c603572491f (patch)
treee1cfa132066e4faa6bd1554854b08d18a07958ba /source/dialogs/script.c
parentb1ecb6ca77a939495219d79fd96ccc60db3bb7eb (diff)
Re-Indent code
Diffstat (limited to 'source/dialogs/script.c')
-rw-r--r--source/dialogs/script.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/dialogs/script.c b/source/dialogs/script.c
index 566ca8b5..a4daf289 100644
--- a/source/dialogs/script.c
+++ b/source/dialogs/script.c
@@ -25,7 +25,7 @@
*
*/
-#define G_LOG_DOMAIN "Dialogs.Script"
+#define G_LOG_DOMAIN "Dialogs.Script"
#include <config.h>
#include <stdio.h>
@@ -69,7 +69,7 @@ static char **get_script_output ( const char *command, unsigned int *length )
}
if ( fclose ( inp ) != 0 ) {
g_warning ( "Failed to close stdout off executor script: '%s'",
- g_strerror ( errno ) );
+ g_strerror ( errno ) );
}
}
}
@@ -211,5 +211,5 @@ Mode *script_switcher_parse_setup ( const char *str )
gboolean script_switcher_is_valid ( const char *token )
{
- return strchr ( token, ':') != NULL;
+ return strchr ( token, ':' ) != NULL;
}