diff options
author | guillaume <guillaume@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-08 01:38:37 +0000 |
---|---|---|
committer | guillaume <guillaume@d7aaf104-2d23-0410-ae22-9d23157bf5a3> | 2007-01-08 01:38:37 +0000 |
commit | 493c71b0bcfbf7c369d80eec81bc038e47ec87d1 (patch) | |
tree | 64887c51845bfeff62ea01266f5f275f33788f61 /beryl-plugins/src/rotate.c | |
parent | 48cc9eaaf876b4fc85962df59a1279a5b841eb3c (diff) | |
download | marex-dev-493c71b0bcfbf7c369d80eec81bc038e47ec87d1.tar.gz marex-dev-493c71b0bcfbf7c369d80eec81bc038e47ec87d1.tar.bz2 |
forgot wobbly, fixed other plugins deps whitespaces
git-svn-id: file:///beryl/trunk@2493 d7aaf104-2d23-0410-ae22-9d23157bf5a3
Diffstat (limited to 'beryl-plugins/src/rotate.c')
-rw-r--r-- | beryl-plugins/src/rotate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/beryl-plugins/src/rotate.c b/beryl-plugins/src/rotate.c index 11d1ff7..c65ff2a 100644 --- a/beryl-plugins/src/rotate.c +++ b/beryl-plugins/src/rotate.c @@ -2912,8 +2912,7 @@ static void rotateFini(CompPlugin * p) } CompPluginDep rotateDeps[] = { - {CompPluginRuleAfter, "cube"} - , + {CompPluginRuleAfter, "cube"}, {CompPluginRuleRequire, "cube"} }; |