summaryrefslogtreecommitdiff
path: root/include/typelib/typeclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/typelib/typeclass.h')
-rw-r--r--include/typelib/typeclass.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h
index 2da05b143645..f2091c13ae9c 100644
--- a/include/typelib/typeclass.h
+++ b/include/typelib/typeclass.h
@@ -23,8 +23,7 @@
/** This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
*/
-typedef enum _typelib_TypeClass
-{
+typedef enum _typelib_TypeClass {
/** type class of void */
typelib_TypeClass_VOID = 0,
/** type class of char */