From 0a2145c00869e30e947cc640dba2fabaefad853f Mon Sep 17 00:00:00 2001 From: Jeremiah Willcock Date: Tue, 20 Apr 2010 17:54:16 +0000 Subject: [PATCH] Fixed tab and no-newline-at-end-of-file issues from inspection report [SVN r61435] --- example/multiple_sources.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/multiple_sources.cpp b/example/multiple_sources.cpp index cdc54d0..1daef45 100644 --- a/example/multiple_sources.cpp +++ b/example/multiple_sources.cpp @@ -79,7 +79,7 @@ int main(int ac, char* av[]) ifstream ifs(config_file.c_str()); if (!ifs) { - cout << "can not open config file: " << config_file << "\n"; + cout << "can not open config file: " << config_file << "\n"; return 0; } else