pet.cc: add space between literal and identifier
commit927c9ed9974ba4adb3d606f57f9b27208d46c0b1
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 21:14:29 +0000 (10 23:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 11 Apr 2014 13:29:58 +0000 (11 15:29 +0200)
tree5d1ff5286843aec0e303116875dd09b820337a8b
parenta4843543b79af531495fa2a6ae4e38a6ce6e04e9
pet.cc: add space between literal and identifier

This is required by C++11 and recent versions of clang require
compilation with -std=c++11.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
pet.cc