From 2605dcdbaf2f082f28f0b18b9537e7cfd7cecd83 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tvdijen@gmail.com>
Date: Fri, 11 May 2018 11:53:13 +0200
Subject: [PATCH] Whitespace

---
 modules/oauth/libextinc/OAuth.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/oauth/libextinc/OAuth.php b/modules/oauth/libextinc/OAuth.php
index 97eea1a4b..ee30a0dff 100644
--- a/modules/oauth/libextinc/OAuth.php
+++ b/modules/oauth/libextinc/OAuth.php
@@ -23,7 +23,7 @@ if (!class_exists('OAuthConsumer')) {
         public $secret;
         public $callback_url;
 
-        public function __construct($key, $secret, $callback_url=null)
+        public function __construct($key, $secret, $callback_url = null)
         {
             $this->key = $key;
             $this->secret = $secret;
-- 
GitLab