breakpoints/19546: Fix crash after updating breakpoints
[deliverable/binutils-gdb.git] / gprof / basic_blocks.c
index 8f77437b651adce2486ec34d56e8e810467c711d..dac093af936e55c440e33571a734fb9dc99e4e3c 100644 (file)
@@ -2,7 +2,7 @@
    of basic-block info to/from gmon.out; computing and formatting of
    basic-block related statistics.
 
-   Copyright (C) 1999-2015 Free Software Foundation, Inc.
+   Copyright (C) 1999-2016 Free Software Foundation, Inc.
 
    This file is part of GNU Binutils.
 
@@ -282,7 +282,7 @@ print_exec_counts ()
   for (i = 0; i < len; ++i)
     {
       sym = sorted_bbs [i];
-      
+
       if (sym->ncalls > 0 || ! ignore_zeros)
        {
          /* FIXME: This only works if bfd_vma is unsigned long.  */
This page took 0.037799 seconds and 4 git commands to generate.