Bug 1805931, 1805931: apply code formatting via Lando

# ignore-this-changeset
This commit is contained in:
Otto Länd 2022-12-15 19:51:16 +00:00
Родитель ce28c41da0
Коммит 1df40cc794
2 изменённых файлов: 6 добавлений и 6 удалений

Просмотреть файл

@ -90,7 +90,7 @@ using namespace mozilla::dom;
static LazyLogModule sFrameSelectionLog("FrameSelection");
//#define DEBUG_TABLE 1
// #define DEBUG_TABLE 1
/**
* Add cells to the selection inside of the given cells range.
@ -131,10 +131,10 @@ static void printRange(nsRange* aDomRange);
* nsPeekOffsetStruct
******************************************************************************/
//#define DEBUG_SELECTION // uncomment for printf describing every collapse and
// extend. #define DEBUG_NAVIGATION
// #define DEBUG_SELECTION // uncomment for printf describing every collapse and
// extend. #define DEBUG_NAVIGATION
//#define DEBUG_TABLE_SELECTION 1
// #define DEBUG_TABLE_SELECTION 1
nsPeekOffsetStruct::nsPeekOffsetStruct(
nsSelectionAmount aAmount, nsDirection aDirection, int32_t aStartOffset,

Просмотреть файл

@ -225,11 +225,11 @@ static void SuspectUsingNurseryPurpleBuffer(
++gNurseryPurpleBufferEntryCount;
}
//#define COLLECT_TIME_DEBUG
// #define COLLECT_TIME_DEBUG
// Enable assertions that are useful for diagnosing errors in graph
// construction.
//#define DEBUG_CC_GRAPH
// #define DEBUG_CC_GRAPH
#define DEFAULT_SHUTDOWN_COLLECTIONS 5