文件末尾添加换行符

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

@@ -98,4 +98,4 @@ class Apc {
public function clear() {
return apc_clear_cache();
}
}
}

View File

@@ -143,4 +143,4 @@ class Db {
return $this->handler->execute('TRUNCATE TABLE `'.$this->options['table'].'`');
}
}
}

View File

@@ -98,4 +98,4 @@ class Eaccelerator {
public function clear() {
return ;
}
}
}

View File

@@ -181,4 +181,4 @@ class File {
return true;
}
}
}
}

View File

@@ -110,4 +110,4 @@ class Memcache {
public function clear() {
return $this->handler->flush();
}
}
}

View File

@@ -719,4 +719,4 @@ class SecacheClient{
trigger_error($errstr,$errno);
}
}
}

View File

@@ -96,4 +96,4 @@ class Simple {
$filename = $this->filename('*');
array_map("unlink", glob($filename));
}
}
}

View File

@@ -116,4 +116,4 @@ class Sqlite {
sqlite_query($this->handler, $sql);
return ;
}
}
}

View File

@@ -100,4 +100,4 @@ class Wincache {
public function clear() {
return ;
}
}
}

View File

@@ -103,4 +103,4 @@ class Xcache {
public function clear() {
return ;
}
}
}