scc

simple c99 compiler
git clone git://git.simple-cc.org/scc
Log | Files | Refs | Submodules | README | LICENSE

commit 787032afc99de9f9e3c59b54ff3db6b2b0f652da
parent baaaef00107d8ad95b74b95fe26d98e8e1262ca7
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 17 Nov 2021 11:21:55 +0100

tests/cc: Whitespace change

Diffstat:
Mtests/cc/execute/0195-unexpected.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/cc/execute/0195-unexpected.c b/tests/cc/execute/0195-unexpected.c @@ -2,7 +2,7 @@ int main(void) { int urmom = 1; - + urmom %= 69; return 0;