aboutsummaryrefslogtreecommitdiffstats
path: root/ubuntu-online-accounts
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-26 20:42:19 +0800
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-07-30 14:56:45 +0800
commit8a684ae6d355e2e266333fb69cd1828d1b9befe0 (patch)
treeb98fffe0c15710218604b29ed9983d5b71558da5 /ubuntu-online-accounts
parentd4f586e48a04d1b0cf1346c42cba944bfd28a25f (diff)
downloadgsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.gz
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.bz2
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.lz
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.xz
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.tar.zst
gsoc2013-empathy-8a684ae6d355e2e266333fb69cd1828d1b9befe0.zip
UOA: fix empathy.application XML indentation
https://bugzilla.gnome.org/show_bug.cgi?id=680449
Diffstat (limited to 'ubuntu-online-accounts')
-rw-r--r--ubuntu-online-accounts/empathy.application10
1 files changed, 4 insertions, 6 deletions
diff --git a/ubuntu-online-accounts/empathy.application b/ubuntu-online-accounts/empathy.application
index f35da9268..598bff8bb 100644
--- a/ubuntu-online-accounts/empathy.application
+++ b/ubuntu-online-accounts/empathy.application
@@ -1,12 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<application id="empathy">
<description>Empathy</description>
- <desktop-entry>empathy.desktop</desktop-entry>
-
+ <desktop-entry>empathy.desktop</desktop-entry>
<service-types>
- <service-type id="IM">
- <description>Integrate your IM accounts</description>
- </service-type>
+ <service-type id="IM">
+ <description>Integrate your IM accounts</description>
+ </service-type>
</service-types>
-
</application>