From 3072293399420e4190764194f8fb17cc2b87fd66 Mon Sep 17 00:00:00 2001 From: Razzi Abuissa Date: Sun, 1 Mar 2015 22:54:52 -0500 Subject: [PATCH] Fix an extra space in the

---
 manual/using.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manual/using.html b/manual/using.html
index 3b6e85dab..4adb38bf9 100644
--- a/manual/using.html
+++ b/manual/using.html
@@ -172,7 +172,7 @@ task instances at all, only proxies.
   <!-- set global properties for this build -->
   <property name="src" location="src"/>
   <property name="build" location="build"/>
-  <property name="dist"  location="dist"/>
+  <property name="dist" location="dist"/>
 
   <target name="init">
     <!-- Create the time stamp -->