diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 08:38:33 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:28:45 +0200 |
commit | 52f2e7112ea985203eca16aa787bd75a7cf92194 (patch) | |
tree | 1d1f5070b050652940847c569b1d3968bdae082c /lib/appconfig.php | |
parent | 76bc4753e9bd2698415b067108806d82ac56b663 (diff) | |
download | nextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.tar.gz nextcloud-server-52f2e7112ea985203eca16aa787bd75a7cf92194.zip |
Whitespace fixes in lib
Diffstat (limited to 'lib/appconfig.php')
-rw-r--r-- | lib/appconfig.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/appconfig.php b/lib/appconfig.php index 372cded9a5f..0e608b540bd 100644 --- a/lib/appconfig.php +++ b/lib/appconfig.php @@ -100,7 +100,7 @@ class OC_Appconfig{ return $default; } } - + /** * @brief check if a key is set in the appconfig * @param string $app @@ -111,7 +111,7 @@ class OC_Appconfig{ $exists = self::getKeys( $app ); return in_array( $key, $exists ); } - + /** * @brief sets a value in the appconfig * @param $app app @@ -163,7 +163,7 @@ class OC_Appconfig{ return true; } - + /** * get multiply values, either the app or key can be used as wildcard by setting it to false * @param app |