summaryrefslogtreecommitdiff
path: root/include/vcl/exceptiontypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/exceptiontypes.hxx')
-rw-r--r--include/vcl/exceptiontypes.hxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/vcl/exceptiontypes.hxx b/include/vcl/exceptiontypes.hxx
index 83654d3705bb..b0e63a982f88 100644
--- a/include/vcl/exceptiontypes.hxx
+++ b/include/vcl/exceptiontypes.hxx
@@ -20,8 +20,11 @@
#ifndef INCLUDED_VCL_EXCEPTIONTYPES_HXX
#define INCLUDED_VCL_EXCEPTIONTYPES_HXX
-enum class ExceptionCategory {
- NONE, System, UserInterface
+enum class ExceptionCategory
+{
+ NONE,
+ System,
+ UserInterface
};
#endif // INCLUDED_VCL_EXCEPTIONTYPES_HXX