scc

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

commit 010023adf639d11faa57093647590296fb8a6264
parent bea7c580a8356c387f7ab42fcdc2dfec7da06773
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;