Skip to content

Commit

Permalink
Flush trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell authored and bjoernricks committed Oct 16, 2023
1 parent aa23453 commit 19af05f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/pidfile.c
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ pidfile_create (gchar *pid_file_path)

copy = g_strdup (pid_file_path);
dir = dirname (copy);

/* Ensure directory exists. */

if (g_mkdir_with_parents (dir, 0755)) /* "rwxr-xr-x" */
Expand Down

0 comments on commit 19af05f

Please sign in to comment.