Remove trailing whitespace

This commit is contained in:
Kijin Sung 2023-01-17 20:57:44 +09:00
parent 3b0030e82b
commit a9f72a5cd2
81 changed files with 2455 additions and 2455 deletions

View file

@ -107,7 +107,7 @@ spl_autoload_register(function($class_name)
$filename2 = null;
$lang_plugin = null;
$lang_path = null;
// Try namespaced classes, legacy classes, and module classes.
if (preg_match('!^Rhymix/(Framework|Addons|Modules|Plugins|Themes|Widgets)/((\w+)/(?:\w+/)*)?(\w+)$!', $class_name, $matches))
{
@ -136,7 +136,7 @@ spl_autoload_register(function($class_name)
$lang_path = RX_BASEDIR . 'modules/' . $module . '/lang';
}
}
// Load the PHP file.
if ($filename1 && file_exists($filename1))
{
@ -146,7 +146,7 @@ spl_autoload_register(function($class_name)
{
include $filename2;
}
// Load the lang file for the plugin.
if ($lang_plugin)
{