summaryrefslogtreecommitdiffstats
path: root/src/Detect.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Detect.cxx')
-rw-r--r--src/Detect.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Detect.cxx b/src/Detect.cxx
index 21bfef2..2ef5ae8 100644
--- a/src/Detect.cxx
+++ b/src/Detect.cxx
@@ -40,8 +40,8 @@ static bool failedCC(const char* id, std::vector<const char*> const& args,
{
std::cerr << "error: '--castxml-cc-" << id
<< "' compiler command failed:\n\n";
- for (std::vector<const char *>::const_iterator i = args.begin(),
- e = args.end();
+ for (std::vector<const char*>::const_iterator i = args.begin(),
+ e = args.end();
i != e; ++i) {
std::cerr << " '" << *i << "'";
}