@@ -186,7 +186,7 @@ |
||
| 186 | 186 | // C包路径 |
| 187 | 187 | if(empty($this->config['includePath'])){ |
| 188 | 188 | $includePath = dirname(__DIR__, 2) . '/include/'; |
| 189 | - }else{ |
|
| 189 | + } else{ |
|
| 190 | 190 | $includePath = $this->config['includePath']; |
| 191 | 191 | } |
| 192 | 192 | $this->cHeader = $includePath . $this->cHeader; |