From 4c1f9ecdd24cfc6e58cc718831c529b2f01151f7 Mon Sep 17 00:00:00 2001 From: sin Date: Fri, 13 Nov 2015 14:23:42 +0000 Subject: [PATCH] Align end of comment --- libutil/cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libutil/cp.c b/libutil/cp.c index 0427095..c398962 100644 --- a/libutil/cp.c +++ b/libutil/cp.c @@ -152,7 +152,7 @@ cp(const char *s1, const char *s2, int depth) } if (cp_aflag || cp_pflag) { - /* timestamp and owner*/ + /* timestamp and owner */ if (!S_ISLNK(st.st_mode)) { times[0] = st.st_atim; times[1] = st.st_mtim;