doe300 / VC4CLStdLib

GPU-side implementation of the OpenCL standard-library for VC4CL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mixed indentation

genodeftest opened this issue · comments

Some header files, such as VC4CLStdLib/include/_math.h, have mixed indentation (spaces and tabs). This breaks on some editors and viewers which do not respect that a tab is 4 characters wide. One of those weird editors and viewers is the web version of Github, which assumes that a tab is 8 characters wide. In those editors, the code looks like it were incorrectly indented, so readability suffers.