eyalroz / tpch-dbgen

Data & query generation utilities for the TPC-H benchmark (unified repository)

Home Page:http://www.tpc.org/tpch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use uniform spacing and tabulation/indentation style throughout the code

eyalroz opened this issue · comments

Different parts of the code - even different lines within the same function - use different conventions for indentation/tabulation and intra-line spacing, including space vs tabs. Let's make that all uniform.

Closing this on second thought, as this will introduce diff results against the original code on, well, most lines, everywhere. Let's just leave spacing as it is.