ClickHouse/dbms/include
Alexey Milovidov 14c8003081 Normalized formatting [#CLICKHOUSE-3].
Apply in a loop:
find dbms -name '*.h' -or -name '*.cpp' | xargs grep -l -P '^(\t*)    ' | xargs sed -i -r -e 's/^(\t*)    /\1\t/'
2017-03-26 04:28:07 +03:00
..
DB Normalized formatting [#CLICKHOUSE-3]. 2017-03-26 04:28:07 +03:00