Commit Diff


commit - d356bf7597557e6a57136825b8429c1117e70469
commit + b0ca001af3a6f91a192aad01b0c3a8f94f8f6c9f
blob - 08acad083c18dda41826423076e5eae7d41bce82
blob + d11dbd4e12b8d4a738406f1cd9ee79cd42143355
--- got/got.c
+++ got/got.c
@@ -11471,7 +11471,7 @@ format_gmtoff(char *buf, size_t sz, time_t gmtoff)
 {
 	long long h, m;
 	char sign = '+';
-	
+
 	if (gmtoff < 0) {
 		sign = '-';
 		gmtoff = -gmtoff;