Whitespace cleanup

This commit is contained in:
Bart Visscher 2013-01-14 20:30:39 +01:00
parent a8f963d9cf
commit 5bfe4adbaa
34 changed files with 105 additions and 107 deletions

View File

@ -35,4 +35,3 @@ const PERMISSION_UPDATE = 2;
const PERMISSION_DELETE = 8;
const PERMISSION_SHARE = 16;
const PERMISSION_ALL = 31;

View File

@ -763,4 +763,3 @@ class OC_VCategories {
return array_search(strtolower($needle), array_map('strtolower', $haystack));
}
}