* addr2line.c: Fix formatting.
[deliverable/binutils-gdb.git] / binutils / addr2line.c
index a9ceb9158666d084337c9398ac2a81c8a7250374..fae7eddebb699053788875bcb52089e6577bb3c9 100644 (file)
 
 /* Derived from objdump.c and nm.c by Ulrich.Lauther@mchp.siemens.de
 
-   Usage: 
+   Usage:
    addr2line [options] addr addr ...
    or
-   addr2line [options] 
+   addr2line [options]
 
    both forms write results to stdout, the second form reads addresses
    to be converted from stdin.  */
@@ -314,14 +314,14 @@ main (argc, argv)
          if (optarg != NULL)
            {
              enum demangling_styles style;
-             
+
              style = cplus_demangle_name_to_style (optarg);
-             if (style == unknown_demangling) 
+             if (style == unknown_demangling)
                fatal (_("unknown demangling style `%s'"),
                       optarg);
-             
+
              cplus_demangle_set_style (style);
-           }
+           }
          break;
        case 'e':
          filename = optarg;
This page took 0.025544 seconds and 4 git commands to generate.