Remove trailing whitespace

This commit is contained in:
Kijin Sung 2023-01-30 21:43:21 +09:00
parent c5267b42fd
commit 37b0d3a1e6
71 changed files with 806 additions and 806 deletions

View file

@ -16,7 +16,7 @@ class tagController extends tag
{
return;
}
$tag_list = tagModel::splitString($obj->tags ?? '');
if (count($tag_list))
{
@ -30,7 +30,7 @@ class tagController extends tag
/**
* Replace all tags belonging to a document with a new list of tags.
*
*
* @param object $obj
* @return BaseObject
*/
@ -67,7 +67,7 @@ class tagController extends tag
/**
* Delete all tags belonging to a document.
*
*
* @param object $obj
* @return BaseObject
*/
@ -96,7 +96,7 @@ class tagController extends tag
$oTagController = getAdminController('tag');
return $oTagController->deleteModuleTags($obj->module_srl);
}
function triggerMoveDocument($obj)
{
executeQuery('tag.updateTagModule', $obj);