From e29023dc8c38fcb41643da410f2bfa3dcd175fd5 Mon Sep 17 00:00:00 2001
From: Hypolite Petovan <ben.lort@gmail.com>
Date: Wed, 7 Dec 2016 23:11:53 -0500
Subject: [PATCH] Standards

---
 include/text.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/text.php b/include/text.php
index cfd9b167d0..1197f24ee1 100644
--- a/include/text.php
+++ b/include/text.php
@@ -1182,7 +1182,7 @@ function redir_private_images($a, &$item)
 	$cnt = preg_match_all('|\[img\](http[^\[]*?/photo/[a-fA-F0-9]+?(-[0-9]\.[\w]+?)?)\[\/img\]|', $item['body'], $matches, PREG_SET_ORDER);
 	if ($cnt) {
 		foreach ($matches as $mtch) {
-			if(strpos($mtch[1], '/redir') !== false) {
+			if (strpos($mtch[1], '/redir') !== false) {
 				continue;
 			}
 
-- 
2.39.5