From bf357945070a9f4722b8dcbf61d61b34d1aae0aa Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Mon, 17 Jul 2006 09:12:29 +0200 Subject: ordered variables in structs and source files alphabetically --- tag.c | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) (limited to 'tag.c') diff --git a/tag.c b/tag.c index 48f1f2a..5da5711 100644 --- a/tag.c +++ b/tag.c @@ -7,24 +7,23 @@ #include #include -/********** CUSTOMIZE **********/ - -char *tags[TLast] = { - [Tscratch] = "scratch", - [Tdev] = "dev", - [Twww] = "www", - [Twork] = "work", -}; +/* static */ +/* CUSTOMIZE */ static Rule rule[] = { /* class instance tags isfloat */ { "Firefox-bin", "Gecko", { [Twww] = "www" }, False }, }; -/********** CUSTOMIZE **********/ - -/* extern functions */ +/* extern */ +/* CUSTOMIZE */ +char *tags[TLast] = { + [Tscratch] = "scratch", + [Tdev] = "dev", + [Twww] = "www", + [Twork] = "work", +}; void (*arrange)(Arg *) = dotile; void -- cgit v1.2.3