]> Pileus Git - lackey/blobdiff - views/events.c
Cleanup headers and whitespace
[lackey] / views / events.c
index 1a8f8b9d777ee3aad4f9e80f09dac75fddfe6f56..6505cb37a8cffe6904c44d84239ba51e60bf786e 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * Copyright (C) 2012 Andy Spencer <andy753421@gmail.com>
- * 
+ *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation, either version 3 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
@@ -76,9 +76,9 @@ void events_draw(void)
                                wattroff(win, A_UNDERLINE);
                                row++;
                        }
-                       event_line(win, event, row++-line, 3, COLS-2, 1);
+                       event_line(win, event, row++-line, 4, COLS-2, 1);
                        if (event->name && event->desc)
-                               mvwprintw(win, row++-line, 13, "%s", event->desc);
+                               mvwprintw(win, row++-line, 14, "%s", event->desc);
                        cur = next;
                        count += 1;
                }