From 420d50615e4c14a8cfd2b2adba9f29cb8e8d2b6f Mon Sep 17 00:00:00 2001 From: Sergey Romaneko Date: Thu, 25 Oct 2012 14:32:32 +0300 Subject: [PATCH] try to fix code format --- monstra/bootstrap.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/monstra/bootstrap.php b/monstra/bootstrap.php index eab1504..06f49f3 100644 --- a/monstra/bootstrap.php +++ b/monstra/bootstrap.php @@ -28,9 +28,9 @@ /** * Monstra requires PHP 5.2.0 or greater */ - if (version_compare(PHP_VERSION, "5.2.0", "<")) { - exit("Monstra requires PHP 5.2.0 or greater."); - } + if (version_compare(PHP_VERSION, "5.2.0", "<")) { + exit("Monstra requires PHP 5.2.0 or greater."); + } /**