From 8f730f5a43d6a3bc573fd6de2d349189c768b368 Mon Sep 17 00:00:00 2001 From: George Vlahavas Date: Tue, 22 Sep 2015 02:27:01 +0300 Subject: [PATCH] Adjust line breaks Add a few line breaks to keep line lengths below 80 chars. --- src/xdgmenumaker | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/xdgmenumaker b/src/xdgmenumaker index 22978bd..51398fb 100755 --- a/src/xdgmenumaker +++ b/src/xdgmenumaker @@ -674,11 +674,13 @@ def compizboxmenu(): print(('{s} {n}' '{i}' '{c}').format(s=spacing, - n=name, i=icon, c=command)) + n=name, i=icon, + c=command)) else: print(('{s} {n}' '{c}').format(s=spacing, - n=name, c=command)) + n=name, + c=command)) print('{}'.format(spacing)) if submenu: print('')