From c89c46415d1cdab19fb0148df0e4def4e7dee93f Mon Sep 17 00:00:00 2001 From: Hadis Kakanejadi Fard Date: Wed, 22 Feb 2017 09:26:57 -0800 Subject: [PATCH] fixed indentations --- test/pdo_sqlsrv/pdo_270_fetch_binary.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt index de7fc984..beb0583e 100644 --- a/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt +++ b/test/pdo_sqlsrv/pdo_270_fetch_binary.phpt @@ -46,8 +46,8 @@ print_r("Test finished successfully"); //calls various fetch methods function test_fetch($conn, $tableName, $columnName, $input){ - - $len = strlen($input); + + $len = strlen($input); $result = ""; $sql = "SELECT $columnName from $tableName";