Fix >80 line after r230530.
authorKuba Brecka <kuba.brecka@gmail.com>
Wed, 25 Feb 2015 20:56:04 +0000 (20:56 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Wed, 25 Feb 2015 20:56:04 +0000 (20:56 +0000)
llvm-svn: 230541

compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc

index 125c24e..deb3429 100644 (file)
@@ -105,7 +105,8 @@ SymbolizerProcess::SymbolizerProcess(const char *path)
   CHECK_NE(path_[0], '\0');
 }
 
-char *SymbolizerProcess::SendCommand(bool is_data, const char *module_name, uptr module_offset) {
+char *SymbolizerProcess::SendCommand(bool is_data, const char *module_name,
+                                     uptr module_offset) {
   for (; times_restarted_ < kMaxTimesRestarted; times_restarted_++) {
     // Start or restart symbolizer if we failed to send command to it.
     if (char *res = SendCommandImpl(is_data, module_name, module_offset))