You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4cxx-dev@logging.apache.org by ts...@apache.org on 2016/03/25 19:03:14 UTC

svn commit: r1736632 - /incubator/log4cxx/trunk/src/ant/common.xml

Author: tschoening
Date: Fri Mar 25 18:03:14 2016
New Revision: 1736632

URL: http://svn.apache.org/viewvc?rev=1736632&view=rev
Log:
code style

Modified:
    incubator/log4cxx/trunk/src/ant/common.xml

Modified: incubator/log4cxx/trunk/src/ant/common.xml
URL: http://svn.apache.org/viewvc/incubator/log4cxx/trunk/src/ant/common.xml?rev=1736632&r1=1736631&r2=1736632&view=diff
==============================================================================
--- incubator/log4cxx/trunk/src/ant/common.xml (original)
+++ incubator/log4cxx/trunk/src/ant/common.xml Fri Mar 25 18:03:14 2016
@@ -50,6 +50,7 @@
 	<property	name="os.family"
 				value="unix"
 	/>
+
 	<condition	property="is-mac"
 				value="1">
 		<equals arg1="${os.family}" arg2="mac" />