@@ -3,6 +3,6 @@ |
||
3 | 3 | |
4 | 4 | interface PaddingInterface |
5 | 5 | { |
6 | - const IS_PADDED = 1; |
|
7 | - const IS_NOT_PADDED = 0; |
|
6 | + const IS_PADDED = 1; |
|
7 | + const IS_NOT_PADDED = 0; |
|
8 | 8 | } |
9 | 9 | \ No newline at end of file |