Can code formatting lead to change in object file content?

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2010-03-12T13:33:21Z Indexed on 2010/03/12 13:37 UTC
Read the original article Hit count: 127

Filed under:
|
|

I have run though a code formatting tool to my c++ files. It is supposed to make only formatting changes. Now when I built my code, I see that size of object file for some source files have changed. Since my files are very big and tool has changed almost every line, I dont know whether it has done something disastrous. Now i am worried to check in this code to repo as it might lead to runtime error due to formatting tool. My question is , will the size of object file be changed , if code formatting is changed.?

© Stack Overflow or respective owner

Related posts about c++

Related posts about compiler