• Michał Janiszewski's avatar
    Expand tabs to spaces · 61d38511
    Michał Janiszewski authored
    This commit expands tabs to spaces (ts=4) in all the files under src/
    and test/.
    
    Until now we had two wildly different code styles with C using tabs and
    new C++ using spaces. It is painful to maintain as none of the commonly
    used tools support this kind of setup and in reality is needless, as we
    can simply convert all the sources to spaces and have opened PRs do the
    same, where needed.
    
    Additionally, trailing whitespace has been removed.
    61d38511