diff options
| author | Grégoire Duchêne <gduchene@fastmail.net> | 2011-09-08 16:48:21 +0200 |
|---|---|---|
| committer | Grégoire Duchêne <gduchene@fastmail.net> | 2011-09-17 12:57:56 +0200 |
| commit | 3205c382b9f896266fa8df90fe63c35228da91ba (patch) | |
| tree | 2756ba3ed9f5cb3c30fe363823f3a6794106b423 /src/main.cpp | |
| parent | f3cb1c742236923a7450f77ca1fd7607ec6703fe (diff) | |
Whitespace cleanup.
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6477e0f..e991af9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -57,7 +57,7 @@ int main(int argc, char** argv) { } wifstream ifile(variables["input"].as<string>().c_str()); - + if (ifile.fail()) { cerr << "mppdown: error while reading the file" << endl; return 1; |
