Skip to content

clang: Fix header-guard-assistant skipping whitespace

Amish Naidu requested to merge anaidu/kdevelop:header-fix into master

Without this fix, if a header file has preceding empty lines, the header guard would be generated after the empty lines.

Merge request reports