From 349990a3b5c77fdeb313c75c8cd2ca31f1d5a76c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Thu, 21 Oct 2004 20:54:59 +0000 Subject: [PATCH] eek, a patch had a tab in it --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2