Author: diego Date: Wed Jul 28 11:53:01 2010 New Revision: 31845 Log: whitespace cosmetics: fix indentation
Modified: trunk/DOCS/xml/configure Modified: trunk/DOCS/xml/configure ============================================================================== --- trunk/DOCS/xml/configure Wed Jul 28 11:48:36 2010 (r31844) +++ trunk/DOCS/xml/configure Wed Jul 28 11:53:01 2010 (r31845) @@ -180,7 +180,7 @@ fi echo "Searching for XML checker..." if command -v xmllint > /dev/null 2>&1; then echo "Found xmllint" - xmllint_command="xmllint --noout --noent --postvalid $catalog_opts \$*" + xmllint_command="xmllint --noout --noent --postvalid $catalog_opts \$*" else echo "Not found" xmllint_command=true _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
