Test commit.

Removed trailing whitespace.

From: Vince Harron <vharron@google.com>
llvm-svn: 228115
This commit is contained in:
Chaoren Lin 2015-02-04 05:40:07 +00:00
parent 72634d6af0
commit bc78f1696c
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ NativeRegisterContextLinux_x86_64::WriteAllRegisterValues (const lldb::DataBuffe
return error;
}
uint8_t *src = data_sp->GetBytes ();
if (src == nullptr)
{