summaryrefslogtreecommitdiff
path: root/cpp/src/slice2js/JsUtil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2js/JsUtil.cpp')
-rw-r--r--cpp/src/slice2js/JsUtil.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/slice2js/JsUtil.cpp b/cpp/src/slice2js/JsUtil.cpp
index c96900cf4bf..93afe423819 100644
--- a/cpp/src/slice2js/JsUtil.cpp
+++ b/cpp/src/slice2js/JsUtil.cpp
@@ -35,8 +35,8 @@ lookupKwd(const string& name)
//
static const string keywordList[] =
{
- "await", "break", "case", "catch", "class", "const", "continue", "debugger", "default", "delete", "do",
- "else", "enum", "export", "extends", "false", "finally", "for", "function", "if", "implements", "import",
+ "await", "break", "case", "catch", "class", "const", "continue", "debugger", "default", "delete", "do",
+ "else", "enum", "export", "extends", "false", "finally", "for", "function", "if", "implements", "import",
"in", "instanceof", "interface", "let", "new", "null", "package", "private", "protected", "public", "return",
"static", "super", "switch", "this", "throw", "true", "try", "typeof", "var", "void", "while", "with",
"yield"
@@ -578,7 +578,7 @@ Slice::JsGenerator::getHelper(const TypePtr& type)
{
return typeToString(type);
}
-
+
ProxyPtr prx = ProxyPtr::dynamicCast(type);
if(prx)
{