]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb: remove trailing whitespaces in exceptions.c
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 11 Mar 2025 19:04:01 +0000 (15:04 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 12 Mar 2025 18:14:24 +0000 (14:14 -0400)
Change-Id: Icc7b468b85c09a9721fc9580892c9ad424e0a29a

gdb/exceptions.c

index 368999829fce8217938ae1d243f6e270bc220578..0fdb0758cdba8efe96c146a504e35a8dbda21f4c 100644 (file)
@@ -82,7 +82,7 @@ print_exception (struct ui_file *file, const struct gdb_exception &e)
          end++;
          file->write (start, end - start);
        }
-    }                                      
+    }
   gdb_printf (file, "\n");
 
   /* Now append the annotation.  */