diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-02-09 17:27:57 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-02-14 08:36:26 +0100 |
commit | d3ef967993d1e685e3311b073a8312c9dafdf214 (patch) | |
tree | ef4cba82e584d8238120a372901bf47db1104744 /lib/ocs.php | |
parent | 5c4a804ddb4942687d5b8495d1ede51873cd412b (diff) | |
download | nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.tar.gz nextcloud-server-d3ef967993d1e685e3311b073a8312c9dafdf214.zip |
Fix indentation style
Diffstat (limited to 'lib/ocs.php')
-rw-r--r-- | lib/ocs.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ocs.php b/lib/ocs.php index 879aaa76687..1657f1f9d7b 100644 --- a/lib/ocs.php +++ b/lib/ocs.php @@ -173,7 +173,7 @@ class OC_OCS { } } xmlwriter_end_element($writer); - } + } xmlwriter_end_element($writer); }elseif($dimension=='3') { |