viking

webkit based web browser for Enlightenment
Log | Files | Refs | LICENSE

commit 1a3816d5fe5d786b8a99dd18c76e7d38c053debb
parent 751a121b71ccdf6f3c0de2bfe4811c4015671e78
Author: Kyle Milz <kmilz@ucalgary.ca>
Date:   Wed,  3 Oct 2012 10:35:26 -0600

silly trailing whitespace

Diffstat:
Msrc/utilities.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/utilities.c b/src/utilities.c @@ -1319,7 +1319,7 @@ window_add(const Arg *arg, App_Data *ad) } Eina_Bool -echo(const Arg *arg, void *data) +echo(const Arg *arg, void *data) { Window_Data *ad = data; int index = !arg->s ? 0 : arg->i & (~NoAutoHide);