mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-05 08:45:49 +00:00
py: Fix tabs in code comments
These were left by yapf formatter Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
34dbf67b24
commit
72402c6e7a
@@ -15,8 +15,8 @@ def main(argv):
|
||||
out = open(magic_py, 'w+')
|
||||
|
||||
# all_magic is used to parse constructions like:
|
||||
# #define PAGEMAP_MAGIC 0x56084025
|
||||
# #define SHMEM_PAGEMAP_MAGIC PAGEMAP_MAGIC
|
||||
# #define PAGEMAP_MAGIC 0x56084025
|
||||
# #define SHMEM_PAGEMAP_MAGIC PAGEMAP_MAGIC
|
||||
all_magic = {}
|
||||
# and magic is used to store only unique magic.
|
||||
magic = {}
|
||||
|
Reference in New Issue
Block a user