At Mozilla out coding style tells that short inline member functions that can be wrapped on a single line should have an empty space between the bracelets, like in this example:
class MyClass { MyClass() { } }
The documentation for this behaviour can be found here.
The purpose of this space is to add this option to clang-format through the variable: AddSpaceInEmptyInlineFunction.