031a08f2a7
While this patch has some cosmetic whitespace changes, more importantly it makes that 'esc_all' function more efficient. By abandoning the indexed loop approach for a direct pointer manipulation, we will save 9 iterated machine instructions, for a total of 33 bytes of code. Signed-off-by: Jim Warner <james.warner@comcast.net>