summaryrefslogtreecommitdiff
path: root/pluma/bacon-message-connection.c
diff options
context:
space:
mode:
authorLaurent Napias <[email protected]>2019-06-29 10:29:13 +0200
committerZenWalker <[email protected]>2019-07-06 21:46:58 +0200
commitdb655f3fb2f67b695d36369e584fcb598e0e1bea (patch)
treeff7a4404cb6f0d1d8ca3a08ee50c60641641f1b4 /pluma/bacon-message-connection.c
parent5153fb08a2e26015d07e7b3805de15d38bd05a9d (diff)
downloadpluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.bz2
pluma-db655f3fb2f67b695d36369e584fcb598e0e1bea.tar.xz
Remove trailing whitespaces
Diffstat (limited to 'pluma/bacon-message-connection.c')
-rw-r--r--pluma/bacon-message-connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pluma/bacon-message-connection.c b/pluma/bacon-message-connection.c
index 7b353421..0e71fabc 100644
--- a/pluma/bacon-message-connection.c
+++ b/pluma/bacon-message-connection.c
@@ -83,7 +83,7 @@ is_owned_by_user_and_socket (const char *path)
if ((s.st_mode & S_IFSOCK) != S_IFSOCK)
return FALSE;
-
+
return TRUE;
}