summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/diff.c
diff options
context:
space:
mode:
authorray <ray@openbsd.org>2006-07-01 01:07:50 +0000
committerray <ray@openbsd.org>2006-07-01 01:07:50 +0000
commit65ee6cf1baf86ac2558ba1914a285caf6749df31 (patch)
tree0f6397181364ae64d686b202ac3fe28d555ad535 /usr.bin/cvs/diff.c
parentFix MALLOC()/malloc() usage in a couple of places (diff)
downloadwireguard-openbsd-65ee6cf1baf86ac2558ba1914a285caf6749df31.tar.xz
wireguard-openbsd-65ee6cf1baf86ac2558ba1914a285caf6749df31.zip
Indentation.
Diffstat (limited to 'usr.bin/cvs/diff.c')
-rw-r--r--usr.bin/cvs/diff.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/cvs/diff.c b/usr.bin/cvs/diff.c
index 4e29819f2b2..6d36121055e 100644
--- a/usr.bin/cvs/diff.c
+++ b/usr.bin/cvs/diff.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: diff.c,v 1.106 2006/06/19 05:05:17 joris Exp $ */
+/* $OpenBSD: diff.c,v 1.107 2006/07/01 01:07:50 ray Exp $ */
/*
* Copyright (c) 2006 Joris Vink <joris@openbsd.org>
*
@@ -216,7 +216,7 @@ cvs_diff_local(struct cvs_file *cf)
if (cf->file_status != FILE_ADDED) {
len = strlcpy(p1, cvs_tmpdir, sizeof(p1));
if (len >= sizeof(p1))
- fatal("cvs_diff_local: truncation");
+ fatal("cvs_diff_local: truncation");
len = strlcat(p1, "/diff1.XXXXXXXXXX", sizeof(p1));
if (len >= sizeof(p1))