aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/shell-utils.c')
-rw-r--r--src/shell-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shell-utils.c b/src/shell-utils.c
index 41a77db..30026a9 100644
--- a/src/shell-utils.c
+++ b/src/shell-utils.c
@@ -486,4 +486,4 @@ shell_utils_init (void)
unquoted_regex = g_regex_new ("^(?:[^\\s\"'`\\$\\|&<>;]|\\\\[\\s\"'`\\$\\|&<>;]|\\$\\{)+", G_REGEX_ANCHORED|G_REGEX_MULTILINE, 0, NULL);
g_assert (unquoted_regex != NULL);
}
-} \ No newline at end of file
+}