Re-formatted a bit

This commit is contained in:
Roland Häder 2022-06-23 07:27:01 +02:00
parent 04df7f6e05
commit a2760cb1d1
No known key found for this signature in database
GPG key ID: C82EDE5DDFA0BA77
9 changed files with 76 additions and 89 deletions

View file

@ -59,7 +59,7 @@ function qcomment_addon_settings(App &$a, array &$data)
function qcomment_addon_settings_post(App $a, array &$b)
{
if (! local_user()) {
if (!local_user()) {
return;
}