Differences From Artifact [521e5eedaf]:
- File src/OFString+Cube.h — part of check-in [cc7ebd7f79] at 2025-03-26 21:47:31 on branch trunk — Run newer version of clang-format (user: js, size: 159) [annotate] [blame] [check-ins using]
To Artifact [4053523497]:
- File
src/OFString+Cube.h
— part of check-in
[75e920ae30]
at
2025-03-29 14:25:43
on branch trunk
— Switch from clang-format to manual formatting
clang-format does too many weird things. (user: js, size: 160) [annotate] [blame] [check-ins using]
1 2 3 4 5 | #import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; | | | 1 2 3 4 5 6 7 | #import <ObjFW/ObjFW.h> @interface OFString (Cube) @property (readonly, nonatomic) int cube_intValue; - (int)cube_intValueWithBase: (unsigned char)base; @end |