Remove trailing spaces in opcodes
[deliverable/binutils-gdb.git] / opcodes / tic80-opc.c
index 70e38ec511f898f0b488584f2e4170fd4434c3cc..8476843b9bfe9cdddc41b0bdbcdb379e481f32ab 100644 (file)
@@ -1,5 +1,5 @@
 /* Opcode table for TI TMS320C80 (MVP).
-   Copyright 1996, 1997, 2000, 2005, 2007 Free Software Foundation, Inc.
+   Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -18,8 +18,8 @@
    Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-#include <stdio.h>
 #include "sysdep.h"
+#include <stdio.h>
 #include "opcode/tic80.h"
 
 /* This file holds various tables for the TMS320C80 (MVP).
@@ -256,7 +256,7 @@ tic80_symbol_to_value (name, symbol_class)
        {
          low = middle + 1;
        }
-      else 
+      else
        {
          pdsp = &tic80_predefined_symbols[middle];
          if ((symbol_class == 0) || (symbol_class & PDS_VALUE (pdsp)))
This page took 0.023706 seconds and 4 git commands to generate.