ref: 8e0079cd303a4842c373fcf0b782c5b78ef6e43e
parent: e1f8c5e769f2ced177ce201bd11b122ec2f4876b
author: Roberto E. Vargas Caballero <[email protected]>
date: Mon Feb 26 10:02:43 EST 2018
[lib/c] Small whitespace change
--- a/lib/c/atol.c
+++ b/lib/c/atol.c
@@ -24,4 +24,3 @@
return sign * n;
}
-