From 92a8f0ae6e9c91fbe0862893a4e7e52396c81ce6 Mon Sep 17 00:00:00 2001 From: Bene Date: Mon, 2 Mar 2015 19:35:53 +0100 Subject: [PATCH] changed those four spaces to one tab because it was not intended like the others were --- qrlib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qrlib.php b/qrlib.php index a409719..768d534 100644 --- a/qrlib.php +++ b/qrlib.php @@ -34,7 +34,7 @@ include $QR_BASEDIR."qrtools.php"; include $QR_BASEDIR."qrspec.php"; include $QR_BASEDIR."qrimage.php"; - include $QR_BASEDIR."qrvect.php"; + include $QR_BASEDIR."qrvect.php"; include $QR_BASEDIR."qrinput.php"; include $QR_BASEDIR."qrbitstream.php"; include $QR_BASEDIR."qrsplit.php";