Align end of comment

This commit is contained in:
sin 2015-11-13 14:23:42 +00:00
parent 996f992ac6
commit 4c1f9ecdd2
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ cp(const char *s1, const char *s2, int depth)
} }
if (cp_aflag || cp_pflag) { if (cp_aflag || cp_pflag) {
/* timestamp and owner*/ /* timestamp and owner */
if (!S_ISLNK(st.st_mode)) { if (!S_ISLNK(st.st_mode)) {
times[0] = st.st_atim; times[0] = st.st_atim;
times[1] = st.st_mtim; times[1] = st.st_mtim;