]> git.notmuchmail.org Git - notmuch/blobdiff - debugger.c
cli: run uncrustify
[notmuch] / debugger.c
index 0febf170d729167b6697f18fffaae467d8c84259..5f47a1d77d9f45f8adf4e16c9872b88b692c7e75 100644 (file)
@@ -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;
     }