* config/obj-coff.c: Fix formatting.
[deliverable/binutils-gdb.git] / gas / config / tc-h8300.c
index 940e6d67f5f494aa41965b9f836c67006765166b..5f973d792f8291e10ec073d7659542e3a15748a7 100644 (file)
@@ -1,6 +1,6 @@
 /* tc-h8300.c -- Assemble code for the Hitachi H8/300
-   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000, 2001
-   Free Software Foundation, Inc.
+   Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 2000,
+   2001, 2002 Free Software Foundation, Inc.
 
    This file is part of GAS, the GNU Assembler.
 
@@ -1491,7 +1491,7 @@ md_section_align (seg, size)
      valueT size;
 {
   return ((size + (1 << section_alignment[(int) seg]) - 1)
-          & (-1 << section_alignment[(int) seg]));
+         & (-1 << section_alignment[(int) seg]));
 }
 #endif
 
This page took 0.024958 seconds and 4 git commands to generate.