add-ons/kernel: add spaces between literals and identifiers

Due to introduction of user-defined suffixes C++11 requires that there
is a space between literal and identifier to avoid ambiguity.

This patch makes the whole kernel build successfully with C++11.
This commit is contained in:
Pawel Dziepak
2014-05-08 23:07:50 +02:00
parent edc6d1558e
commit 578558b439
12 changed files with 39 additions and 39 deletions