diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-12-03 22:50:11 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2009-12-03 22:50:11 +0000 |
commit | ba1906c0f6cde1edffbb454483a9ecebb8942c71 (patch) | |
tree | 27dbb1919efa0b7aff52529186b13715775f2eea /usr.bin/tmux/grid-utf8.c | |
parent | 01c66e11a4a92cc38c58979c53c9f0b385d4f2c4 (diff) |
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
time now I've configured emacs to make them displayed in really annoying
colours...
Diffstat (limited to 'usr.bin/tmux/grid-utf8.c')
-rw-r--r-- | usr.bin/tmux/grid-utf8.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/tmux/grid-utf8.c b/usr.bin/tmux/grid-utf8.c index e8edd662a09..a71872ff5f3 100644 --- a/usr.bin/tmux/grid-utf8.c +++ b/usr.bin/tmux/grid-utf8.c @@ -1,4 +1,4 @@ -/* $OpenBSD: grid-utf8.c,v 1.1 2009/11/18 17:02:17 nicm Exp $ */ +/* $OpenBSD: grid-utf8.c,v 1.2 2009/12/03 22:50:10 nicm Exp $ */ /* * Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net> @@ -92,5 +92,5 @@ grid_utf8_compare(const struct grid_utf8 *gu1, const struct grid_utf8 *gu2) return (0); if (memcmp(gu1->data, gu2->data, size) != 0) return (0); - return (1); + return (1); } |