kernel/x86: add space between literal and identifier
Due to introduction of user-defined suffixes C++11 requires that there is a space between literal and identifier to avoid ambiguity.
This commit is contained in:
Due to introduction of user-defined suffixes C++11 requires that there is a space between literal and identifier to avoid ambiguity.