diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-17 18:03:52 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2005-11-17 18:03:52 +0000 |
commit | b773329d12f46b25ae8dacabd1fe90cd218d19f9 (patch) | |
tree | 71144f8c7b6abc3617631bbe33ac04e9c2fb4797 /usr.bin | |
parent | 663e422563280c82e348cf0228a1e917e0bf0a77 (diff) |
indent;
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/rcs/rlog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rlog.c b/usr.bin/rcs/rlog.c index bb21919ade5..37d07688cdf 100644 --- a/usr.bin/rcs/rlog.c +++ b/usr.bin/rcs/rlog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rlog.c,v 1.12 2005/10/28 10:15:07 xsa Exp $ */ +/* $OpenBSD: rlog.c,v 1.13 2005/11/17 18:03:51 xsa Exp $ */ /* * Copyright (c) 2005 Joris Vink <joris@openbsd.org> * All rights reserved. @@ -181,7 +181,7 @@ rlog_file(const char *fname, const char *fpath, RCSFILE *file) printf("total revisions: %u\n", file->rf_ndelta); if ((hflag == 0) || (tflag == 1)) - printf("description:\n%s", file->rf_desc); + printf("description:\n%s", file->rf_desc); if ((hflag == 0) && (tflag == 0)) { TAILQ_FOREACH(rdp, &(file->rf_delta), rd_list) { |