summaryrefslogtreecommitdiff
path: root/binaryurp/source/specialfunctionids.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'binaryurp/source/specialfunctionids.hxx')
-rw-r--r--binaryurp/source/specialfunctionids.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/binaryurp/source/specialfunctionids.hxx b/binaryurp/source/specialfunctionids.hxx
index 3f885eff28b0..e2b6ae0f8134 100644
--- a/binaryurp/source/specialfunctionids.hxx
+++ b/binaryurp/source/specialfunctionids.hxx
@@ -21,9 +21,10 @@
#include <sal/config.h>
-namespace binaryurp {
-
-enum SpecialFunctionIds {
+namespace binaryurp
+{
+enum SpecialFunctionIds
+{
SPECIAL_FUNCTION_ID_QUERY_INTERFACE = 0,
SPECIAL_FUNCTION_ID_RESERVED = 1,
@@ -34,7 +35,6 @@ enum SpecialFunctionIds {
SPECIAL_FUNCTION_ID_COMMIT_CHANGE = 5
};
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */