From: Mikael Magnusson Date: Thu, 21 Oct 2004 20:54:59 +0000 (+0000) Subject: eek, a patch had a tab in it X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=349990a3b5c77fdeb313c75c8cd2ca31f1d5a76c;p=chaz%2Fopenbox eek, a patch had a tab in it --- diff --git a/openbox/client.c b/openbox/client.c index a1e7282f..f5ca0005 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -3324,7 +3324,7 @@ gint client_directional_edge_search(ObClient *c, ObDirection dir) /* not implemented */ default: g_assert_not_reached(); - dest = 0; /* suppress warning */ + dest = 0; /* suppress warning */ } return dest; }