Commit c492b9d0 by Janne Blomqvist

PR 51090 Fix r181288 to conform to GNU style

From-SVN: r181290
parent ba5c3b24
...@@ -150,7 +150,7 @@ find_addr2line (void) ...@@ -150,7 +150,7 @@ find_addr2line (void)
#define A2L_LEN 10 #define A2L_LEN 10
char *path = getenv ("PATH"); char *path = getenv ("PATH");
if (!path) if (!path)
return; return;
size_t n = strlen (path); size_t n = strlen (path);
char ap[n + 1 + A2L_LEN]; char ap[n + 1 + A2L_LEN];
size_t ai = 0; size_t ai = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment