This is the mail archive of the cgen@sourceware.org mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] sim-arch.scm (cgen-arch.h): Fix whitespace in output.


Hi.

Just a little whitespace cleanup.

2015-06-18  Doug Evans  <dje@google.com>

	* sim-arch.scm (cgen-arch.h): Fix whitespace in output.

Index: sim-arch.scm
===================================================================
RCS file: /cvs/src/src/cgen/sim-arch.scm,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 sim-arch.scm
--- sim-arch.scm	19 May 2014 01:24:00 -0000	1.8
+++ sim-arch.scm	18 Jun 2015 18:12:49 -0000
@@ -102,8 +102,9 @@
    ;(gen-mem-macros)
    "#define WI  " (mode:c-type WI)  "\n"
    "#define UWI " (mode:c-type UWI) "\n"
-   "#define AI  " (mode:c-type AI)  "\n" "\n"
-   "#define IAI " (mode:c-type IAI)  "\n" "\n"
+   "#define AI  " (mode:c-type AI)  "\n"
+   "#define IAI " (mode:c-type IAI)  "\n"
+   "\n"
    /gen-cpuall-defines
    /gen-support-decls
    /gen-arch-model-decls


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]