dev-lua/luafilesystem: [QA] Consistent whitespace in metadata.xml
authorDavid Seifert <soap@gentoo.org>
Sat, 25 Nov 2017 22:26:15 +0000 (23:26 +0100)
committerDavid Seifert <soap@gentoo.org>
Sun, 26 Nov 2017 11:27:14 +0000 (12:27 +0100)
dev-lua/luafilesystem/metadata.xml

index decffdac0f4a187150836ed8999996012abc7c6c..fb533186d6536f877ad1163ead7551520e651eb9 100644 (file)
@@ -1,18 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>rafaelmartins@gentoo.org</email>
-  </maintainer>
-  <longdescription lang="en">
-    LuaFileSystem is a Lua library developed to complement the set of functions
-    related to file systems offered by the standard Lua distribution.
+       <maintainer type="person">
+               <email>rafaelmartins@gentoo.org</email>
+       </maintainer>
+       <longdescription lang="en">
+               LuaFileSystem is a Lua library developed to complement the set of functions
+               related to file systems offered by the standard Lua distribution.
 
-    LuaFileSystem offers a portable way to access the underlying directory
-       structure and file attributes.
-  </longdescription>
-  <use>
-    <flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of
-      <pkg>dev-lang/lua</pkg></flag>
-  </use>
+               LuaFileSystem offers a portable way to access the underlying directory
+               structure and file attributes.
+       </longdescription>
+       <use>
+               <flag name="luajit">Use <pkg>dev-lang/luajit</pkg> instead of <pkg>dev-lang/lua</pkg></flag>
+       </use>
 </pkgmetadata>