文件末尾添加换行符

This commit is contained in:
麦当苗儿
2013-04-15 16:16:53 +08:00
parent 0dc1abcbe5
commit 9b1a67881e
85 changed files with 102 additions and 113 deletions

View File

@@ -13,7 +13,7 @@ namespace Think\Db\Driver;
use Think\Db\Driver;
/**
* PDO数据库驱动
* mysql数据库驱动
* @category Extend
* @package Extend
* @subpackage Driver.Db
@@ -72,4 +72,4 @@ class Mysql extends Driver{
return $key;
}
}
}