Skip to content
Commit 90336b23 authored by Sic's avatar Sic
Browse files

Cleanup spacing for readability / consistency

parent 9144b442
Loading
Loading
Loading
Loading
  • brainiac @brainiac1 ·
    Owner

    I generally don't like to see these kinds of changes. The alignment is generally unnecessary and just creates additional burden when somebody changes the code.

  • Sic @Sicpro ·
    Author Owner

    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

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment