dev-libs/actor-framework: Fix indentation
authorJonas Stein <jstein@gentoo.org>
Tue, 3 Apr 2018 14:55:51 +0000 (16:55 +0200)
committerJonas Stein <jstein@gentoo.org>
Tue, 3 Apr 2018 15:27:13 +0000 (17:27 +0200)
Fix inconsistent use of tabs and spaces in indentation.

Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-libs/actor-framework/metadata.xml

index b81b078a37a853a9e48c198b86b0b40310b71977..9e4f4846bfbc5251910e3c8235840fcff034bb12 100644 (file)
@@ -3,23 +3,23 @@
 <pkgmetadata>
 <!-- maintainer-needed -->
        <use>
-        <flag name="benchmarks">Due to the number of out-of-tree deps, these only get installed as docs</flag>
-        <flag name="boost">Make use of Boost's ASIO functionality</flag>
-        <flag name="cash">Build the C Actor Shell for introspection and debugging</flag>
-        <flag name="debug">Raises log-level to DEBUG, enables runtime checks and address sanitizer</flag>
-        <flag name="doc">Compiles and installs the documentation as PDF and HTML</flag>
-        <flag name="examples">Installs the provided example source files</flag>
-        <flag name="mem_management">Enables built-in memory management</flag>
-        <flag name="nexus">Nexus is the central component for CAF's runtime inspection</flag>
-        <flag name="opencl">Compiles against the provided opencl implementation</flag>
-        <flag name="riac">Runtime inspection and configuration</flag>
-        <flag name="static">Provides a static build</flag>
-        <flag name="test">Builds the provided unit tests</flag>
-    </use>
-    <upstream>
-        <remote-id type="github">actor-framework/actor-framework</remote-id>
-    </upstream>
-    <longdescription lang="en">
-        An implementation of the Actor Model of distributed computation in C++.
-    </longdescription>
+               <flag name="benchmarks">Due to the number of out-of-tree deps, these only get installed as docs</flag>
+               <flag name="boost">Make use of Boost's ASIO functionality</flag>
+               <flag name="cash">Build the C Actor Shell for introspection and debugging</flag>
+               <flag name="debug">Raises log-level to DEBUG, enables runtime checks and address sanitizer</flag>
+               <flag name="doc">Compiles and installs the documentation as PDF and HTML</flag>
+               <flag name="examples">Installs the provided example source files</flag>
+               <flag name="mem_management">Enables built-in memory management</flag>
+               <flag name="nexus">Nexus is the central component for CAF's runtime inspection</flag>
+               <flag name="opencl">Compiles against the provided opencl implementation</flag>
+               <flag name="riac">Runtime inspection and configuration</flag>
+               <flag name="static">Provides a static build</flag>
+               <flag name="test">Builds the provided unit tests</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">actor-framework/actor-framework</remote-id>
+       </upstream>
+       <longdescription lang="en">
+               An implementation of the Actor Model of distributed computation in C++.
+       </longdescription>
 </pkgmetadata>