Skip to content

Commit

Permalink
Whitespace in AndroidManifest.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
abscondment committed Feb 6, 2013
1 parent ff3c7c2 commit 0b7ba59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/AndroidManifest.xml
Expand Up @@ -6,14 +6,14 @@
<application android:label="@string/app_name"
android:debuggable="true"
android:icon="@drawable/ic_launcher">
<% if activity_name %>
<% if activity_name -%>
<activity android:name="<%= activity_name %>"
android:label="@string/app_name">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<% end %>
<% end -%>
</application>
</manifest>
</manifest>

0 comments on commit 0b7ba59

Please sign in to comment.