diff options
| author | uncrustify <david@tethera.net> | 2019-06-13 07:31:01 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-06-14 07:41:27 -0300 |
| commit | 33382c2b5ba2537952a60ea378feff36961e4713 (patch) | |
| tree | 983288c84237c204d9fbfa81fb387397fd46e942 /debugger.c | |
| parent | be8f0ba92a302798b21cf02ef73c4ad783b66cba (diff) | |
cli: run uncrustify
This is the result of running
$ uncrustify --replace --config devel/uncrustify.cfg *.c *.h
in the top level source directory
Diffstat (limited to 'debugger.c')
| -rw-r--r-- | debugger.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,8 +39,7 @@ debugger_is_active (void) sprintf (buf, "/proc/%d/exe", getppid ()); if (readlink (buf, buf2, sizeof (buf2)) != -1 && - strncmp (basename (buf2), "gdb", 3) == 0) - { + strncmp (basename (buf2), "gdb", 3) == 0) { return true; } |
