Whitespace cleanup
This commit is contained in:
parent
a8f963d9cf
commit
5bfe4adbaa
|
@ -35,4 +35,3 @@ const PERMISSION_UPDATE = 2;
|
||||||
const PERMISSION_DELETE = 8;
|
const PERMISSION_DELETE = 8;
|
||||||
const PERMISSION_SHARE = 16;
|
const PERMISSION_SHARE = 16;
|
||||||
const PERMISSION_ALL = 31;
|
const PERMISSION_ALL = 31;
|
||||||
|
|
||||||
|
|
|
@ -763,4 +763,3 @@ class OC_VCategories {
|
||||||
return array_search(strtolower($needle), array_map('strtolower', $haystack));
|
return array_search(strtolower($needle), array_map('strtolower', $haystack));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue