From 35b8d58270211b6249fc692e61b331ef25b7a089 Mon Sep 17 00:00:00 2001 From: Will Song Date: Tue, 24 Nov 2015 17:59:28 -0600 Subject: move brace to newline to follow conventions --- src/command/commands.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/command/commands.c b/src/command/commands.c index 0d5ce5e0..2c3b6352 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -799,7 +799,8 @@ cmd_script(ProfWin *window, const char *const command, gchar **args) /* escape a string into csv and write it to the file descriptor */ static int -_writecsv(int fd, const char *const str){ +_writecsv(int fd, const char *const str) +{ if(!str) return 0; size_t len = strlen(str); char *s = malloc(2 * len * sizeof(char)); -- cgit 1.4.1-2-gfad0