Challanger524/ChernoOpenGL-CMake

codestyle: Remove readability not-helping "2-blank-line separations"

Closed this issue · 1 comments

src/Application.cpp:

#include <iostream>
//<blankline1>
//<blankline2>
int main(void)

Blank lines removed with:
git filter-branch --tree-filter "find . -path './src/*' -regextype egrep -regex '.*\.(hpp|cpp)' -exec perl -0777 -pe 's{\n\n\n+}{\n\n}g' -i {} \;" <test_branch/HEAD/HEAD~..HEAD>