diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-20 21:18:30 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-08-20 21:18:30 -0700 |
commit | b8983d3a45d16afc81d527fc2616f8c43bbf2c87 (patch) | |
tree | 4e1a0beb578c582449c32d7c4c427affc07b0752 /inc/RemoteAPICore.php | |
parent | 11639361046989d634710eefdbaf15a0f44c5e5a (diff) | |
download | rpg-b8983d3a45d16afc81d527fc2616f8c43bbf2c87.tar.gz rpg-b8983d3a45d16afc81d527fc2616f8c43bbf2c87.tar.bz2 |
Fix CodeSniffer violations
Remove whitespace from end of lines to reduce the number of CodeSniffer
violations.
Diffstat (limited to 'inc/RemoteAPICore.php')
-rw-r--r-- | inc/RemoteAPICore.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/RemoteAPICore.php b/inc/RemoteAPICore.php index 4c940b39e..ec6235a49 100644 --- a/inc/RemoteAPICore.php +++ b/inc/RemoteAPICore.php @@ -772,7 +772,7 @@ class RemoteAPICore { $id = cleanID($id); if(empty($id)) { global $conf; - $id = cleanID($conf['start']); + $id = cleanID($conf['start']); } return $id; } |