Style violation cleanup.

Change-Id: Idb127f2fd6e637039454f47299360aec5a4edfe8
diff --git a/slang.cpp b/slang.cpp
index f723570..9783593 100644
--- a/slang.cpp
+++ b/slang.cpp
@@ -117,8 +117,7 @@
 OpenOutputFile(const char *OutputFile,
                unsigned Flags,
                std::string* Error,
-               clang::DiagnosticsEngine *DiagEngine)
-{
+               clang::DiagnosticsEngine *DiagEngine) {
   slangAssert((OutputFile != NULL) && (Error != NULL) &&
               (DiagEngine != NULL) && "Invalid parameter!");
 
@@ -279,7 +278,6 @@
                                  clang::ModuleIdPath Path,
                                  clang::Module::NameVisibilityKind Visibility,
                                  bool IsInclusionDirective) {
-  //FIXME: Don't we have to implement this?
   slangAssert(0 && "Not implemented");
   return NULL;
 }