Test commit access by removing a empty line
authorAntonio Afonso <antonio.afonso@gmail.com>
Thu, 23 May 2019 18:35:54 +0000 (18:35 +0000)
committerAntonio Afonso <antonio.afonso@gmail.com>
Thu, 23 May 2019 18:35:54 +0000 (18:35 +0000)
llvm-svn: 361531

lldb/source/Core/ModuleList.cpp

index e02c6e5..fd943d7 100644 (file)
@@ -114,7 +114,6 @@ bool ModuleListProperties::SetClangModulesCachePath(llvm::StringRef path) {
       nullptr, ePropertyClangModulesCachePath, path);
 }
 
-
 ModuleList::ModuleList()
     : m_modules(), m_modules_mutex(), m_notifier(nullptr) {}