shithub: mc

Download patch

ref: 0694ed170051479b1d992a269b886e5b3a0be46f
parent: 16e00fd06c5471c9a6b03372e281665df9f8a37c
author: Ori Bernstein <[email protected]>
date: Tue Jun 5 13:07:21 EDT 2012

Kill a trailing space.

--- a/8/isel.c
+++ b/8/isel.c
@@ -415,7 +415,7 @@
             g(s, Ilea, &a, &r, NULL);
             break;
 
-        case Olnot: 
+        case Olnot:
             a = selexpr(s, args[0]);
             b = getreg(s, ModeB);
             r = coreg(b, mode(n));