Index: polly/trunk/lib/JSON/json_writer.cpp =================================================================== --- polly/trunk/lib/JSON/json_writer.cpp +++ polly/trunk/lib/JSON/json_writer.cpp @@ -120,7 +120,7 @@ std::string result; result.reserve(maxsize); // to avoid lots of mallocs result += "\""; - for (const char* c=value; *c != 0; ++c) + for (const char* c = value; *c != 0; ++c) { switch(*c) { Index: polly/trunk/www/experiments/matmul/matmul.c =================================================================== --- polly/trunk/www/experiments/matmul/matmul.c +++ polly/trunk/www/experiments/matmul/matmul.c @@ -9,8 +9,8 @@ { int i, j; - for (i=0; i