Cleanup spacing for readability / consistency
Loading
-
thanks, I ended up doing the whole thing because there were some of these i wanted to clean up with the "no spaces, but also lots of spaces"
GetPrivateProfileInt(szToolTipINISection,"WindowLeft", 200,INIFileName), GetPrivateProfileInt(szToolTipINISection,"WindowTop", 100,INIFileName), GetPrivateProfileInt(szToolTipINISection,"WindowRight", 400,INIFileName), GetPrivateProfileInt(szToolTipINISection,"WindowBottom", 200,INIFileName)
and then just decided it would be easier to read.
It makes sense that it creates an extra burden for changes, i'll keep that in mind.
I did notice it made it significantly easier for me to read, but your point isn't lost. thanks for the note
Please register or sign in to comment