aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2012-01-09 09:59:12 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2012-01-09 09:59:12 +0000
commitd94cfcadbf5be5a363f9d38f65378b8753a82b88 (patch)
tree2ed0e626c223a05490359ae953ffbf8fdd3861ed
parentInsert inherit xfconf automatically to xfce-base and xfce-extra ebuilds (diff)
downloadgentoo-syntax-d94cfcadbf5be5a363f9d38f65378b8753a82b88.tar.gz
gentoo-syntax-d94cfcadbf5be5a363f9d38f65378b8753a82b88.tar.bz2
gentoo-syntax-d94cfcadbf5be5a363f9d38f65378b8753a82b88.zip
Fix indenting to match what has been used before.gentoo-syntax-20120109
svn path=/trunk/gentoo-syntax/; revision=88
-rw-r--r--plugin/newebuild.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/newebuild.vim b/plugin/newebuild.vim
index 8a83152..3019a3d 100644
--- a/plugin/newebuild.vim
+++ b/plugin/newebuild.vim
@@ -139,7 +139,7 @@ fun! <SID>MakeNewEbuild()
put =''
elseif l:category =~# "^xfce-"
put ='inherit xfconf'
- put =''
+ put =''
endif
" }}}