clang-format all files in {Source,test}/

Also includes a few manual tweaks to comments and newlines for better results.

Co-authored-by: Anders Jenbo <anders@jenbo.dk>
This commit is contained in:
Gleb Mazovetskiy 2021-11-23 21:53:01 +00:00 committed by Anders Jenbo
commit 7e1fea6f76
111 changed files with 486 additions and 464 deletions

View file

@ -14,7 +14,6 @@
#include "engine/render/cl2_render.hpp"
#include "engine/render/dun_render.hpp"
#include "engine/render/text_render.hpp"
#include "panels/charpanel.hpp"
#include "error.h"
#include "gmenu.h"
#include "help.h"
@ -25,6 +24,7 @@
#include "minitext.h"
#include "missiles.h"
#include "nthread.h"
#include "panels/charpanel.hpp"
#include "plrmsg.h"
#include "qol/itemlabels.h"
#include "qol/monhealthbar.h"