Skip to content

Commit

Permalink
- White space
Browse files Browse the repository at this point in the history
  • Loading branch information
Andi Gutmans committed Mar 12, 2001
1 parent 714d083 commit 3118af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Zend/zend_language_scanner.l
Expand Up @@ -305,7 +305,7 @@ ZEND_API int open_file_for_scanning(zend_file_handle *file_handle CLS_DC)
#endif

if(file_handle->opened_path) {
file_path = file_handle->opened_path;
file_path = file_handle->opened_path;
} else {
file_path = file_handle->filename;
}
Expand Down

0 comments on commit 3118af8

Please sign in to comment.