Go to file
Jose M. Guisado 975acaf549 coding style: line breaks
Only two line breaks separate copyright notice from source.

For the rest of the source file any function declaration or similar
block is separated with a line break from any other block.
Except when a python function definition is previously followed by
a docstring #define block.
2022-12-15 17:37:07 +01:00
.gitignore Initial commit 2022-04-06 12:56:11 +02:00
COPYING Add COPYING and license headers 2022-04-07 17:03:34 +02:00
MANIFEST.in Add MANIFEST.in 2022-04-06 15:40:31 +02:00
context.c coding style: line breaks 2022-12-15 17:37:07 +01:00
fdisk.c coding style: line breaks 2022-12-15 17:37:07 +01:00
fdisk.h parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00
label.c coding style: line breaks 2022-12-15 17:37:07 +01:00
partition.c coding style: line breaks 2022-12-15 17:37:07 +01:00
parttype.c coding style: line breaks 2022-12-15 17:37:07 +01:00
setup.py parttype: add parttype class and functions 2022-12-15 17:37:07 +01:00