Respect coding style

remotes/origin/stable45
Thomas Müller 13 years ago
parent 0444877218
commit 5a65c5a46c
  1. 6
      lib/ocs.php

@ -373,9 +373,6 @@ class OC_OCS {
}
}
/**
* return the config data of this server
* @param string $format
@ -393,7 +390,6 @@ class OC_OCS {
echo(OC_OCS::generatexml($format, 'ok', 100, '', $xml, 'config', '', 1));
}
/**
* check if the provided login/apikey/password is valid
* @param string $format
@ -414,8 +410,6 @@ class OC_OCS {
}
}
// ACTIVITY API #############################################
/**

Loading…
Cancel
Save