diff options
author | Adrian Frühwirth | 2018-05-22 16:03:56 +0200 |
---|---|---|
committer | Adrian Frühwirth | 2018-05-24 15:30:55 +0200 |
commit | cee4d6b8531453c9db921bb987be88995ce86586 (patch) | |
tree | 144d1ae98d26235227393c6f0e1c332f32b21a40 /devtools/create_project | |
parent | bc949250de1fda6b47b99facbdf0c349835b1f53 (diff) | |
download | scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.gz scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.tar.bz2 scummvm-rg350-cee4d6b8531453c9db921bb987be88995ce86586.zip |
JANITORIAL: Fix trailing whitespace
Diffstat (limited to 'devtools/create_project')
-rw-r--r-- | devtools/create_project/create_project.cpp | 2 | ||||
-rw-r--r-- | devtools/create_project/create_project.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devtools/create_project/create_project.cpp b/devtools/create_project/create_project.cpp index c0cc8af87c..cbf30adae8 100644 --- a/devtools/create_project/create_project.cpp +++ b/devtools/create_project/create_project.cpp @@ -300,7 +300,7 @@ int main(int argc, char *argv[]) { for (EngineDescList::iterator j = setup.engines.begin(); j != setup.engines.end(); ++j) j->enable = false; } - + // Disable engines for which we are missing dependencies for (EngineDescList::const_iterator i = setup.engines.begin(); i != setup.engines.end(); ++i) { if (i->enable) { diff --git a/devtools/create_project/create_project.h b/devtools/create_project/create_project.h index 9f662ae806..fc3df8154a 100644 --- a/devtools/create_project/create_project.h +++ b/devtools/create_project/create_project.h @@ -86,7 +86,7 @@ struct EngineDesc { * Whether the engine should be included in the build or not. */ bool enable; - + /** * Features required for this engine. */ |