The source project of this merge request has been removed.
[cleanup] silence clang warnings
When compiling with clang, it complained "warning: braces around scalar initializer".
Thus I replaced the double braces by single braces to get rid of these warnings.