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:
parent
9ac78d0352
commit
7e1fea6f76
111 changed files with 486 additions and 464 deletions
|
|
@ -20,11 +20,11 @@
|
|||
#include "lighting.h"
|
||||
#include "monstdat.h"
|
||||
#include "monster.h"
|
||||
#include "quests.h"
|
||||
#include "setmaps.h"
|
||||
#include "spells.h"
|
||||
#include "towners.h"
|
||||
#include "utils/language.h"
|
||||
#include "quests.h"
|
||||
|
||||
namespace devilution {
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ enum class DebugGridTextItem : uint16_t {
|
|||
cursorcoords,
|
||||
objectindex,
|
||||
|
||||
//take dPiece as index
|
||||
// take dPiece as index
|
||||
nBlockTable,
|
||||
nSolidTable,
|
||||
nTransTable,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue