diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2006-07-01 01:07:51 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2006-07-01 01:07:51 +0000 |
commit | 564d1e424afa4bbd54b4c7fc150e729d0ba100e5 (patch) | |
tree | 2ddb018fd7c66e7fbfb1d9d078bf2765faf09a1e | |
parent | 452a6972031d0209fbc9cd3e7033c023b5097a0c (diff) |
Indentation.
-rw-r--r-- | usr.bin/cvs/diff.c | 4 |
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)) |