Some formatting changes to adhere to Panda coding style guide.

This commit is contained in:
aignacio_sf 2005-12-28 18:40:48 +00:00
parent 49915c3080
commit 9a84565fd8
2 changed files with 510 additions and 617 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,8 +29,9 @@
#define LruMutexHolder(mutex) #define LruMutexHolder(mutex)
#endif #endif
#define MAXIMUM_LRU_PAGE_TYPES 8
#define FRAME_MAXIMUM_PRIORITY_CHANGES 256 static const int MAXIMUM_LRU_PAGE_TYPES = 8;
static const int FRAME_MAXIMUM_PRIORITY_CHANGES = 256;
class Lru; class Lru;