diff options
author | Stef Walter <stef@memberwebs.com> | 2009-11-28 17:44:09 +0000 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:11:42 +0000 |
commit | 183f052520635ce550958a4fa6125c703a66b1e0 (patch) | |
tree | eba8437cf6fa78a42c6ea8a90ec0b39f67c31a0b | |
parent | f568436db0a1bbb6da96b9443bc1043487d5fc5e (diff) | |
download | xdg-specs-183f052520635ce550958a4fa6125c703a66b1e0.tar.xz |
Fix whitespace issue
-rw-r--r-- | secret-service/org.freedesktop.Secrets.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secret-service/org.freedesktop.Secrets.xml b/secret-service/org.freedesktop.Secrets.xml index cce5ddf..f2f9761 100644 --- a/secret-service/org.freedesktop.Secrets.xml +++ b/secret-service/org.freedesktop.Secrets.xml @@ -253,7 +253,7 @@ <arg name="properties" type="a{sv}" direction="in"> <tp:docstring>The properties for the new item.</tp:docstring> </arg> - <arg name="secret" type="(oayay)" tp:type="Secret" direction="in"> + <arg name="secret" type="(oayay)" tp:type="Secret" direction="in"> <tp:docstring>The secret to store in the item, encoded with the included session.</tp:docstring> </arg> <arg name="replace" type="b" direction="in"> |