diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-08-13 15:25:06 +0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2022-01-01 13:26:34 -0500 |
commit | d3eb0aa2872de6257df7a21ba2cf798f1005001d (patch) | |
tree | 15f9be0c6e70af96db0f63a7f04da0381dfe3fca /sim/mips/mips3264r2.igen | |
parent | efd811591c125aa948d3e56a9cce7c084f047dcb (diff) | |
download | gdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.zip gdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.tar.gz gdb-d3eb0aa2872de6257df7a21ba2cf798f1005001d.tar.bz2 |
sim: mips: clean up bad style/whitespace
This doesn't fix all the problems, but grabs a bunch of the more
obvious ones.
Diffstat (limited to 'sim/mips/mips3264r2.igen')
-rw-r--r-- | sim/mips/mips3264r2.igen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/mips3264r2.igen b/sim/mips/mips3264r2.igen index 367b7fa..be0772b 100644 --- a/sim/mips/mips3264r2.igen +++ b/sim/mips/mips3264r2.igen @@ -5,7 +5,7 @@ // Contributed by David Ung, of MIPS Technologies. // // This file is part of the MIPS sim. -// +// // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 3 of the License, or |