Removed indentation for sample intro and description content in template file for StorageProvider sample

Change-Id: Ibee4ede962c935bfcb45e32fb0185d8f6fda8c79
diff --git a/content/documentsUi/StorageProvider/template-params.xml b/content/documentsUi/StorageProvider/template-params.xml
index d6a6eed..058aace 100644
--- a/content/documentsUi/StorageProvider/template-params.xml
+++ b/content/documentsUi/StorageProvider/template-params.xml
@@ -56,19 +56,19 @@
             <android>android.provider.DocumentsProvider</android>
         </api_refs>
         <description>
-        This sample shows how to implement a simple documents provider using the storage access
-        framework available in Android 4.4.
+This sample shows how to implement a simple documents provider using the storage access
+framework available in Android 4.4.
         </description>
 
         <intro>
-        This sample uses the [StorageAccessFramework][1] introduced in Android 4.4 to implement a [DocumentsProvider][2].
+This sample uses the [StorageAccessFramework][1] introduced in Android 4.4 to implement a [DocumentsProvider][2].
 
-        See [Writing A Custom Document Provider guide][3] for all the details on how to do this.
+See [Writing A Custom Document Provider guide][3] for all the details on how to do this.
 
 
-        [1]: https://developer.android.com/guide/topics/providers/document-provider.html
-        [2]: https://developer.android.com/reference/android/provider/DocumentsProvider.html
-        [3]: https://developer.android.com/guide/topics/providers/document-provider.html#custom
+[1]: https://developer.android.com/guide/topics/providers/document-provider.html
+[2]: https://developer.android.com/reference/android/provider/DocumentsProvider.html
+[3]: https://developer.android.com/guide/topics/providers/document-provider.html#custom
         </intro>
     </metadata>