changeset 629:3a4107730b24

executable: style issue
author David Demelier <markand@malikania.fr>
date Tue, 16 Jan 2018 17:37:30 +0100
parents b327391f6a62
children 04dffcdb8e1a
files cpp/executable/executable.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/cpp/executable/executable.cpp	Wed Jan 03 09:13:20 2018 +0100
+++ b/cpp/executable/executable.cpp	Tue Jan 16 17:37:30 2018 +0100
@@ -103,7 +103,7 @@
 
     result = path;
 #elif defined(__OpenBSD__)
-    char **paths, path[PATH_MAX + 1] = {0};
+    char** paths, path[PATH_MAX + 1] = {0};
     int mib[] = { CTL_KERN, KERN_PROC_ARGS, getpid(), KERN_PROC_ARGV };
     size_t length = 0;