This formats code that is disabled using `#if 0`. Formatting was achieved by temporarily changing `#if 0` to `#if 1 /*something*/`, then formatting, and then changing it back to `#if 0`.
This formats code that is disabled using `#if 0`. Formatting was achieved by temporarily changing `#if 0` to `#if 1 /*something*/`, then formatting, and then changing it back to `#if 0`.