[lsan] Fix indent.
authorSergey Matveev <earthdok@google.com>
Thu, 26 Feb 2015 14:25:25 +0000 (14:25 +0000)
committerSergey Matveev <earthdok@google.com>
Thu, 26 Feb 2015 14:25:25 +0000 (14:25 +0000)
llvm-svn: 230633

compiler-rt/lib/lsan/lsan_common_linux.cc

index e421a46..813e0b7 100644 (file)
@@ -154,8 +154,8 @@ struct DoStopTheWorldParam {
   void *argument;
 };
 
-static int DoStopTheWorldCallback(struct dl_phdr_info *info,
-                                             size_t size, void *data) {
+static int DoStopTheWorldCallback(struct dl_phdr_info *info, size_t size,
+                                  void *data) {
   DoStopTheWorldParam *param = reinterpret_cast<DoStopTheWorldParam *>(data);
   StopTheWorld(param->callback, param->argument);
   return 1;