Skip to content

Commit 0a2145c

Browse files
committed
Fixed tab and no-newline-at-end-of-file issues from inspection report
[SVN r61435]
1 parent 9691bb1 commit 0a2145c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/multiple_sources.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ int main(int ac, char* av[])
7979
ifstream ifs(config_file.c_str());
8080
if (!ifs)
8181
{
82-
cout << "can not open config file: " << config_file << "\n";
82+
cout << "can not open config file: " << config_file << "\n";
8383
return 0;
8484
}
8585
else

0 commit comments

Comments
 (0)