From 15a64b805e46584d37cc6745383709632e287999 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 3 Dec 2009 22:50:09 +0000 Subject: 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... --- grid-utf8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grid-utf8.c') diff --git a/grid-utf8.c b/grid-utf8.c index 5e5cad74..0c829711 100644 --- a/grid-utf8.c +++ b/grid-utf8.c @@ -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); } -- cgit