naksyn / Pyramid

a tool to help operate in EDRs' blind spots
Apache License 2.0
638 stars 71 forks source link

inconsistent indentation #11

Open TheKevinWang opened 10 months ago

TheKevinWang commented 10 months ago

Some indents like for function quarter_round use 2 spaces for indent, other times, such as in moduleshifting, it uses 4 spaces for indent. Other times, such as in LaZagne.py ZipImportError, a tab is used, though this is not the case for moduleshifting.

https://github.com/naksyn/Pyramid/blob/e787bebf7cf29723e363e11299244979bec55970/Agent/cradle.py#L84C1-L84C1 https://github.com/naksyn/Pyramid/blob/e787bebf7cf29723e363e11299244979bec55970/Server/Modules/moduleshifting.py#L142 https://github.com/naksyn/Pyramid/blob/e787bebf7cf29723e363e11299244979bec55970/Server/Modules/LaZagne.py#L220