From: Greg King Date: Wed, 1 Jul 2015 14:07:40 +0000 (-0400) Subject: Removed some trailing whitespace; and, expanded a tab. X-Git-Tag: V2.16~257^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=refs%2Fpull%2F165%2Fhead;p=cc65 Removed some trailing whitespace; and, expanded a tab. --- diff --git a/test/val/pointed-array.c b/test/val/pointed-array.c index ddbc1a502..3390ac94b 100644 --- a/test/val/pointed-array.c +++ b/test/val/pointed-array.c @@ -52,10 +52,10 @@ int main(void) } } while (++x < sizeof table[0]); } while (++y < sizeof table / sizeof table[0]); - + vector = (unsigned (*)[])table[1]; if ((*vector)[1] != 0x0B0A) { - ++failures; + ++failures; } /* Test storing. */