summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorxsa <xsa@openbsd.org>2005-11-17 18:03:51 +0000
committerxsa <xsa@openbsd.org>2005-11-17 18:03:51 +0000
commita6942249c3ceb085b6265197f0ced32c76e042bb (patch)
treea0f2cddd562ad38bdea2b942e2d426fe41964f8c
parentAdd support for following forks. Backported from the to-be released gdb 6.4. (diff)
downloadwireguard-openbsd-a6942249c3ceb085b6265197f0ced32c76e042bb.tar.xz
wireguard-openbsd-a6942249c3ceb085b6265197f0ced32c76e042bb.zip
indent;
-rw-r--r--usr.bin/rcs/rlog.c4
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) {