Trim trailing white spaces on empty lines.
[geeqie.git] / src / pan-item.c
index 0fa555b..b4539a7 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Geeqie
  * (C) 2006 John Ellis
- * Copyright (C) 2008 - 2010 The Geeqie Team
+ * Copyright (C) 2008 - 2012 The Geeqie Team
  *
  * Author: John Ellis
  *
@@ -450,7 +450,7 @@ PanItem *pan_item_thumb_new(PanWindow *pw, FileData *fd, gint x, gint y)
        PanItem *pi;
 
        pi = g_new0(PanItem, 1);
-       
+
        pi->type = PAN_ITEM_THUMB;
        pi->fd = fd;
        pi->x = x;