reflow: Use plain ASCII space instead of `GDK_space`
commite083c8d1c933aadc7b5c8892810902e99de5f752
authorColomban Wendling <ban@herbesfolles.org>
Mon, 4 Jan 2016 21:30:32 +0000 (4 22:30 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Mon, 4 Jan 2016 21:30:32 +0000 (4 22:30 +0100)
tree5a6811a6498979d3f26de7dda34e8cbe52c5bb66
parentffde79e8ef1d91dc7de3c793c34373e33e5cc9a1
reflow: Use plain ASCII space instead of `GDK_space`

`GDK_space` is not guaranteed to have the value of an ASCII space
(although it does in practice), and using a GDK constant does not make
sense inside a text manipulation function.
src/keybindings.c