diff --git a/js/js2/JSScope.h b/js/js2/JSScope.h index dfecfc05437a..e1e020d3d8c1 100755 --- a/js/js2/JSScope.h +++ b/js/js2/JSScope.h @@ -31,7 +31,7 @@ class JSIdentifier; */ class JSScope { public: - /** + /** * Gets the enclosing scope of this scope (if any). * @return enclosing scope or JSNULL if none. */ diff --git a/js2/src/JSScope.h b/js2/src/JSScope.h index dfecfc05437a..e1e020d3d8c1 100755 --- a/js2/src/JSScope.h +++ b/js2/src/JSScope.h @@ -31,7 +31,7 @@ class JSIdentifier; */ class JSScope { public: - /** + /** * Gets the enclosing scope of this scope (if any). * @return enclosing scope or JSNULL if none. */