summaryrefslogtreecommitdiff
path: root/src/components/formatters/test/include/create_smartSchema.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/formatters/test/include/create_smartSchema.h')
-rw-r--r--src/components/formatters/test/include/create_smartSchema.h18
1 files changed, 3 insertions, 15 deletions
diff --git a/src/components/formatters/test/include/create_smartSchema.h b/src/components/formatters/test/include/create_smartSchema.h
index 4498c5d333..3514b7fe94 100644
--- a/src/components/formatters/test/include/create_smartSchema.h
+++ b/src/components/formatters/test/include/create_smartSchema.h
@@ -54,18 +54,10 @@ enum eType {
}
namespace Language {
-enum eType {
- INVALID_ENUM = -1,
- EN_EU,
- RU_RU
-};
+enum eType { INVALID_ENUM = -1, EN_EU, RU_RU };
}
namespace AppTypeTest {
-enum eType {
- INVALID_ENUM = -1,
- SYSTEM,
- MEDIA
-};
+enum eType { INVALID_ENUM = -1, SYSTEM, MEDIA };
}
namespace SpeechCapabilities {
enum eType {
@@ -75,11 +67,7 @@ enum eType {
}
namespace StructIdentifiers {
-enum eType {
- INVALID_ENUM = -1,
- Struct1,
- Struct2
-};
+enum eType { INVALID_ENUM = -1, Struct1, Struct2 };
}
CSmartSchema initObjectSchema();