tab to space

This commit is contained in:
Lion 2023-10-08 17:33:59 +08:00
parent 0c68fd1ed8
commit b66471f0ba
2 changed files with 4 additions and 4 deletions

View File

@ -37,13 +37,13 @@
// //
// data entry structure: // data entry structure:
// +--------------------+-----------------------+ // +--------------------+-----------------------+
// | 2bytes (for desc) | dynamic length | // | 2bytes (for desc) | dynamic length |
// +--------------------+-----------------------+ // +--------------------+-----------------------+
// data length whatever in bytes // data length whatever in bytes
// //
// index entry structure // index entry structure
// +------------+-----------+---------------+------------+ // +------------+-----------+---------------+------------+
// | 4bytes | 4bytes | 2bytes | 4 bytes | // | 4bytes | 4bytes | 2bytes | 4 bytes |
// +------------+-----------+---------------+------------+ // +------------+-----------+---------------+------------+
// start ip end ip data length data ptr // start ip end ip data length data ptr

View File

@ -39,13 +39,13 @@
// //
// data entry structure: // data entry structure:
// +--------------------+-----------------------+ // +--------------------+-----------------------+
// | 2bytes (for desc) | dynamic length | // | 2bytes (for desc) | dynamic length |
// +--------------------+-----------------------+ // +--------------------+-----------------------+
// data length whatever in bytes // data length whatever in bytes
// //
// index entry structure // index entry structure
// +------------+-----------+---------------+------------+ // +------------+-----------+---------------+------------+
// | 4bytes | 4bytes | 2bytes | 4 bytes | // | 4bytes | 4bytes | 2bytes | 4 bytes |
// +------------+-----------+---------------+------------+ // +------------+-----------+---------------+------------+
// start ip end ip data length data ptr // start ip end ip data length data ptr