actual formatting: ```cpp bool foo = a<b&&(c* d)> e; ``` expected formatting: ```cpp bool foo = a < b && (c * d) > e; ```