|
IDA SDK
|
Passed as 'flags' parameter to qcleanline()
Macros | |
| #define | CLNL_RTRIM (1 << 0) |
| Remove trailing space characters. | |
| #define | CLNL_LTRIM (1 << 1) |
| Remove leading space characters. | |
| #define | CLNL_FINDCMT (1 << 2) |
| Search for the comment symbol everywhere in the line, not only at the beginning. | |
| #define | CLNL_TRIM (CLNL_RTRIM|CLNL_LTRIM) |