diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-04-09 16:09:23 +0200 |
commit | a8a06a82d2b93c17b3014f0d468f23239100ca10 (patch) | |
tree | 07a13880071bc15ddec3810c21327af5f4f09ff4 /apps/dav | |
parent | 44577e4345066952622feca9ef69c24fc23d08ab (diff) | |
download | nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.tar.gz nextcloud-server-a8a06a82d2b93c17b3014f0d468f23239100ca10.zip |
Remove trailing whitespaces from comments
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/dav')
-rw-r--r-- | apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php index 712a18d5dbc..bb74884419a 100644 --- a/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +++ b/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php @@ -189,7 +189,7 @@ class SystemTagsObjectMappingCollection implements ICollection { } /** - * Create a sabre node for the mapping of the + * Create a sabre node for the mapping of the * given system tag to the collection's object * * @param ISystemTag $tag |