Add newline at end of file.

llvm-svn: 136028
This commit is contained in:
Johnny Chen 2011-07-26 00:24:30 +00:00
parent 1142444565
commit 7af9a33d45
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ type summary add -w lldb lldb_private::Variable -f "${var.m_type.m_na
type summary add -w lldb lldb_private::StopInfo -f "ID: ${var.m_stop_id}, ${var.m_description}"
type summary add -w lldb lldb_private::FileSpec -f "file: ${var.m_filename} dir: ${var.m_directory}"
type summary add -w lldb -v lldb::ConnectionStatus -f "[enum=${var%E} val=${var%i}]"
# Where '-v' tells type summary not to show the value itself, but just use the summary format.
# Where '-v' tells type summary not to show the value itself, but just use the summary format.