* set the state of the preprocessor indentation option. * If true, multi-line #define statements will be indented. * * @param state state of option. */
| 696 | * @param state state of option. |
| 697 | */ |
| 698 | void ASBeautifier::setPreprocDefineIndent(bool state) |
| 699 | { |
| 700 | shouldIndentPreprocDefine = state; |
| 701 | } |
| 702 | |
| 703 | void ASBeautifier::setPreprocConditionalIndent(bool state) |
| 704 | { |
no outgoing calls
no test coverage detected