Mercurial > hg > aimc
comparison src/Support/Module.cc @ 8:fcbf85ce59fb
- Lots of changes to make cpplint happy. It still complains about header guards, but that's pretty much it now.
author | tomwalters |
---|---|
date | Thu, 18 Feb 2010 21:12:41 +0000 |
parents | 8c859ef1fb75 |
children | 3078854c634a |
comparison
equal
deleted
inserted
replaced
7:1a1988ec40e7 | 8:fcbf85ce59fb |
---|---|
129 for (it = targets_.begin(); it != targets_.end(); ++it) { | 129 for (it = targets_.begin(); it != targets_.end(); ++it) { |
130 (*it)->Process(output_); | 130 (*it)->Process(output_); |
131 } | 131 } |
132 } | 132 } |
133 } | 133 } |
134 } // namespace aimc | 134 } // namespace aimc |
135 | 135 |