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

index 1e1dddccbb713f640f1eded4596417095b5fdddd..230ed537ef5caae949ee7125d9e71704ca609947 100644 (file)
@@ -1,23 +1,23 @@
-<?xml version='1.0' encoding='UTF-8'?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>ml@gentoo.org</email>
-    <name>Gentoo ML Project</name>
-  </maintainer>
-  <longdescription lang="en">
-       React is an OCaml module for functional reactive programming (FRP). It
-    provides support to program with time varying values : applicative
-    events and signals. React doesn't define any primitive event or
-    signal, this lets the client chooses the concrete timeline.
+       <maintainer type="project">
+               <email>ml@gentoo.org</email>
+               <name>Gentoo ML Project</name>
+       </maintainer>
+       <longdescription lang="en">
+               React is an OCaml module for functional reactive programming (FRP). It
+               provides support to program with time varying values : applicative
+               events and signals. React doesn't define any primitive event or
+               signal, this lets the client chooses the concrete timeline.
 
-    React is made of a single, independent, module and distributed under
-    the new BSD license.
+               React is made of a single, independent, module and distributed under
+               the new BSD license.
 
-       Given an absolute notion of time Rtime helps you to manage a timeline 
-       and provides time stamp events, delayed events and delayed signals.
-  </longdescription>
-  <upstream>
-    <remote-id type="github">dbuenzli/react</remote-id>
-  </upstream>
+               Given an absolute notion of time Rtime helps you to manage a timeline
+               and provides time stamp events, delayed events and delayed signals.
+       </longdescription>
+       <upstream>
+               <remote-id type="github">dbuenzli/react</remote-id>
+       </upstream>
 </pkgmetadata>