remove errant parenthesis.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@134717 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Expression/ClangExpressionDeclMap.cpp b/source/Expression/ClangExpressionDeclMap.cpp
index 9ee556e..dd952c9 100644
--- a/source/Expression/ClangExpressionDeclMap.cpp
+++ b/source/Expression/ClangExpressionDeclMap.cpp
@@ -1918,7 +1918,7 @@
             void *pointer_target_type = NULL;
         
             if (!ClangASTContext::IsPointerType(self_user_type.GetOpaqueQualType(),
-                                                &pointer_target_type))
+                                                &pointer_target_type)
                 || pointer_target_type == NULL)
                 return;