From d8dba5d3ecbe1ff4502b04a9cf3086908db140d1 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 17 Dec 2012 15:42:01 +0200 Subject: [ci skip] Fix some spaces --- system/core/Output.php | 2 +- system/database/DB_forge.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/core/Output.php b/system/core/Output.php index 78eb8c654..0ba0a5743 100644 --- a/system/core/Output.php +++ b/system/core/Output.php @@ -806,4 +806,4 @@ class CI_Output { } /* End of file Output.php */ -/* Location: ./system/core/Output.php */ +/* Location: ./system/core/Output.php */ \ No newline at end of file diff --git a/system/database/DB_forge.php b/system/database/DB_forge.php index fd224c469..5c782f875 100644 --- a/system/database/DB_forge.php +++ b/system/database/DB_forge.php @@ -229,7 +229,7 @@ abstract class CI_DB_forge { * * @param string $key * @param bool $primary - * @return CI_DB_forge + * @return CI_DB_forge */ public function add_key($key = '', $primary = FALSE) { -- cgit v1.2.3-24-g4f1b