Formatting fixes.
[deliverable/binutils-gdb.git] / ld / ldbuildid.c
index 0e1a9bf2a37d2ebc21cb99f0df1ed87259d9e22c..7d4b9c327acd5f5a1d60b90058f0c500d7d47ee0 100644 (file)
@@ -1,5 +1,5 @@
 /* ldbuildid.c - Build Id support routines
-   Copyright 2013, 2014 Free Software Foundation, Inc.
+   Copyright (C) 2013-2016 Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils.
 
@@ -45,10 +45,10 @@ bfd_size_type
 compute_build_id_size (const char *style)
 {
   if (streq (style, "md5") || streq (style, "uuid"))
-    return  128 / 8;
+    return 128 / 8;
 
   if (streq (style, "sha1"))
-    return  160 / 8;
+    return 160 / 8;
 
   if (strneq (style, "0x", 2))
     {
This page took 0.025267 seconds and 4 git commands to generate.