home · contact · privacy
Enforced three empty lines between functions / large meaningful blocks.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 25 Jul 2013 20:29:55 +0000 (22:29 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 25 Jul 2013 20:29:55 +0000 (22:29 +0200)
src/windows.c

index 4d17d9db8979ef909b8c01add73880d19a66fcd4..84f0a2ed849a58b9b8fd6542917f76d85172fab2 100644 (file)
@@ -243,6 +243,8 @@ static void draw_win_borders(struct Win * w, char active)
   }
 }
 
+
+
 static void draw_wins_borders(struct Win * w, struct Win * w_active,
                               struct Corners * corners, uint16_t i)
 {