diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 22:07:41 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-05-28 22:07:41 +0000 |
commit | c0bf390feb298ca9f277d8516d35cd450ca36970 (patch) | |
tree | 23a2100a84a95529e357b4ed9f8414a8d166bc5b /usr.bin | |
parent | 9b1153c02b0a6139bfc808da574d1f8f4a098d8f (diff) |
Line up comments with the rest of the file, like in diff(1).
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/cvs/diff_internals.c | 10 | ||||
-rw-r--r-- | usr.bin/rcs/diff.c | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/usr.bin/cvs/diff_internals.c b/usr.bin/cvs/diff_internals.c index c5ee3302edd..4bfb6ed45fe 100644 --- a/usr.bin/cvs/diff_internals.c +++ b/usr.bin/cvs/diff_internals.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff_internals.c,v 1.5 2007/03/27 07:21:21 xsa Exp $ */ +/* $OpenBSD: diff_internals.c,v 1.6 2007/05/28 22:07:40 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -155,10 +155,10 @@ struct line { * understand the highly mnemonic field names) */ struct context_vec { - int a; /* start line in old file */ - int b; /* end line in old file */ - int c; /* start line in new file */ - int d; /* end line in new file */ + int a; /* start line in old file */ + int b; /* end line in old file */ + int c; /* start line in new file */ + int d; /* end line in new file */ }; struct diff_arg { diff --git a/usr.bin/rcs/diff.c b/usr.bin/rcs/diff.c index dee9330a61d..2e8009f1083 100644 --- a/usr.bin/rcs/diff.c +++ b/usr.bin/rcs/diff.c @@ -1,4 +1,4 @@ -/* $OpenBSD: diff.c,v 1.13 2007/03/27 07:21:21 xsa Exp $ */ +/* $OpenBSD: diff.c,v 1.14 2007/05/28 22:07:40 ray Exp $ */ /* * Copyright (C) Caldera International Inc. 2001-2002. * All rights reserved. @@ -159,10 +159,10 @@ struct line { * understand the highly mnemonic field names) */ struct context_vec { - int a; /* start line in old file */ - int b; /* end line in old file */ - int c; /* start line in new file */ - int d; /* end line in new file */ + int a; /* start line in old file */ + int b; /* end line in old file */ + int c; /* start line in new file */ + int d; /* end line in new file */ }; struct diff_arg { |