interface/extract_interface.cc: add space between literal and identifier
commitece3c7515288bfd6a60bf36df1b5c30917120d67
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 20:57:34 +0000 (10 22:57 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 10 Apr 2014 20:57:34 +0000 (10 22:57 +0200)
tree40372c323c727cd33190736eb8e93cd58a8bf6c2
parent8de8ee062b41ca811473d4d5be7164e8be549e54
interface/extract_interface.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>
interface/extract_interface.cc