Kaydet (Commit) a39ff54b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

WaE: statement aligned ... [loplugin]

Change-Id: I90613943b2d9fda6286f85a2b45655055ba30b6e
üst 38a23d68
...@@ -2761,7 +2761,7 @@ void OpCoupnum::GenSlidingWindowFunction(std::stringstream &ss, ...@@ -2761,7 +2761,7 @@ void OpCoupnum::GenSlidingWindowFunction(std::stringstream &ss,
for (unsigned i = 0; i < vSubArguments.size(); i++) for (unsigned i = 0; i < vSubArguments.size(); i++)
{ {
if (i) if (i)
ss << ","; ss << ",";
vSubArguments[i]->GenSlidingWindowDecl(ss); vSubArguments[i]->GenSlidingWindowDecl(ss);
} }
ss << ") {\n "; ss << ") {\n ";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment