From 71eeb7c458df887fa5d7edc71f8d622a32514ab5 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 11 Oct 2012 12:42:31 +0000 Subject: [PATCH] E (RandR): Whitespace removal. Signed-off-by: Christopher Michael SVN revision: 77871 --- src/modules/conf_randr/e_smart_monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/conf_randr/e_smart_monitor.c b/src/modules/conf_randr/e_smart_monitor.c index 0dbd66fbb..02bb4e84c 100644 --- a/src/modules/conf_randr/e_smart_monitor.c +++ b/src/modules/conf_randr/e_smart_monitor.c @@ -1157,7 +1157,7 @@ _e_smart_monitor_modes_fill(E_Smart_Data *sd) /* printf("Mode: %d %dx%d @ %.1fHz\n", mode->xid, */ /* mode->width, mode->height, rate); */ - + sd->modes = eina_list_append(sd->modes, mode); }