summaryrefslogtreecommitdiffstats
path: root/system/libraries/Sha1.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/libraries/Sha1.php')
-rw-r--r--system/libraries/Sha1.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/libraries/Sha1.php b/system/libraries/Sha1.php
index a7b9b98d3..71b4ccd0d 100644
--- a/system/libraries/Sha1.php
+++ b/system/libraries/Sha1.php
@@ -1,4 +1,4 @@
-<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
+<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/**
* CodeIgniter
*
@@ -246,6 +246,6 @@ class CI_SHA {
}
}
// END CI_SHA
-
-/* End of file Sha1.php */
+
+/* End of file Sha1.php */
/* Location: ./system/libraries/Sha1.php */ \ No newline at end of file