From 7e4175f7aaef5c690afca3bc987107e2193a58df Mon Sep 17 00:00:00 2001 From: copycat-killer Date: Wed, 18 Jan 2017 22:57:26 +0100 Subject: [PATCH 1/1] layout: fixed spaces --- layout/cascade.lua | 4 ++-- layout/centerwork.lua | 6 +++--- layout/termfair.lua | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/layout/cascade.lua b/layout/cascade.lua index 9f159a5..cc3f50f 100644 --- a/layout/cascade.lua +++ b/layout/cascade.lua @@ -8,8 +8,8 @@ --]] -local tag = require("awful.tag") -local tonumber = tonumber +local tag = require("awful.tag") +local tonumber = tonumber local cascade = { name = "cascade", diff --git a/layout/centerwork.lua b/layout/centerwork.lua index 8bcbf60..a79314e 100644 --- a/layout/centerwork.lua +++ b/layout/centerwork.lua @@ -10,9 +10,9 @@ --]] -local tag = require("awful.tag") -local tonumber = tonumber -local math = { floor = math.floor } +local tag = require("awful.tag") +local tonumber = tonumber +local math = { floor = math.floor } local centerwork = { name = "centerwork", diff --git a/layout/termfair.lua b/layout/termfair.lua index 829f0bd..6d24460 100644 --- a/layout/termfair.lua +++ b/layout/termfair.lua @@ -9,11 +9,11 @@ --]] -local tag = require("awful.tag") -local math = { ceil = math.ceil, - floor = math.floor, - max = math.max } -local tonumber = tonumber +local tag = require("awful.tag") +local math = { ceil = math.ceil, + floor = math.floor, + max = math.max } +local tonumber = tonumber local termfair = { name = "termfair" } termfair.center = { name = "centerfair" } -- 2.39.2