Added final newline to sourcery output.

This commit is contained in:
Thulinma 2014-01-07 17:18:05 +01:00
parent ad5929c603
commit b31f16af48

View file

@ -38,6 +38,6 @@ int main(int argc, char* argv[]){
i = 0; i = 0;
} }
} }
std::cout << "\";" << std::endl << "unsigned int " << argv[2] << "_len = " << i + total << ";"; std::cout << "\";" << std::endl << "unsigned int " << argv[2] << "_len = " << i + total << ";" << std::endl;
return 0; return 0;
} }