summaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 12:09:07 +0200
committerZenWalker <[email protected]>2019-07-05 17:11:28 +0200
commit09c7ac9d07c32e50d6d1069a816468c02c334511 (patch)
treebd42dd1e65a4561b5fe477d93a3313ac1f47a423 /src/http.c
parenta3bcb563ae526a820d3a4727cc60946d6227c3dc (diff)
downloadmate-user-share-09c7ac9d07c32e50d6d1069a816468c02c334511.tar.bz2
mate-user-share-09c7ac9d07c32e50d6d1069a816468c02c334511.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/http.c b/src/http.c
index c3dea6b..16c7e25 100644
--- a/src/http.c
+++ b/src/http.c
@@ -371,8 +371,8 @@ spawn_httpd (int port, pid_t *pid_out)
got_pidfile = FALSE;
error = NULL;
for (i = 0; i < 5; i++) {
- if (error != NULL)
- g_error_free (error);
+ if (error != NULL)
+ g_error_free (error);
error = NULL;
if (g_file_get_contents (pid_filename, &pidfile, NULL, &error)) {
got_pidfile = TRUE;