chg: apply clang-format stable
authorYuya Nishihara <yuya@tcha.org>
Tue, 03 Nov 2020 11:06:15 +0900
branchstable
changeset 45848 41aaf960dc00
parent 45802 8711dc13474c
child 45849 731ea8fa1f11
chg: apply clang-format
contrib/chg/chg.c
--- a/contrib/chg/chg.c	Mon Nov 02 11:58:34 2020 +0100
+++ b/contrib/chg/chg.c	Tue Nov 03 11:06:15 2020 +0900
@@ -283,13 +283,17 @@
 				continue;
 			}
 			if (errno == ERANGE) {
-				debugmsg("tried to parse %s, but range error occurred", de->d_name);
+				debugmsg("tried to parse %s, but range error "
+				         "occurred",
+				         de->d_name);
 				continue;
 			}
 			if (fd_value > STDERR_FILENO) {
 				int res = close(fd_value);
 				if (res) {
-					debugmsg("tried to close fd %ld: %d (errno: %d)", fd_value, res, errno);
+					debugmsg("tried to close fd %ld: %d "
+					         "(errno: %d)",
+					         fd_value, res, errno);
 				}
 			}
 		}