fix(private-access): coding style

This commit is contained in:
Ronan Abhamon 2017-10-02 10:16:08 +02:00
parent 613a6ff763
commit fc12fb1e0e

View file

@ -35,7 +35,7 @@
#define L_ENABLE_ATTR_ACCESS(CLASS, ATTR_TYPE, ATTR_NAME) \
template<typename AttrSpy, ATTR_TYPE CLASS::*Attr> \
struct L_INTERNAL_STRUCT_L_ATTR_GET(CLASS, ATTR_NAME) { \
friend constexpr ATTR_TYPE (CLASS::*get(AttrSpy *)) { \
friend constexpr ATTR_TYPE (CLASS::*get(AttrSpy *)) { \
return Attr; \
} \
}; \