Skip to content

Reformat C++ code according to KDE style

ivan tkachenko requested to merge work/ratijas/fmt into master

Mostly, put braces around if-else and loops, occasionally also add whitespace lines.

Fixed one case of broken indentation in processui/ProcessModel.cpp

Merge request reports