scc

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

commit 63f255f9a07e605d18170a869f2808e669c10706
parent 7fd6e57efd93fafec42def9ffdf01cfbb13899b3
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 26 Sep 2018 09:45:30 +0100

[lib/c] whitespace change

Diffstat:
Mlib/c/_daysyear.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/c/_daysyear.c b/lib/c/_daysyear.c @@ -28,4 +28,3 @@ _newyear(int year) return day % 7; } -