diff options
author | Jim Ingham <jingham@apple.com> | 2017-04-28 00:44:07 +0000 |
---|---|---|
committer | Jim Ingham <jingham@apple.com> | 2017-04-28 00:44:07 +0000 |
commit | b242e93541f2332cd89ea7a919eec1ade7b57dc7 (patch) | |
tree | 33b337f7ca1013e9bc31a991733c49078abcc0e9 | |
parent | 7159ab95c742e76298f8e988685287c42d035e04 (diff) | |
download | bcm5719-llvm-b242e93541f2332cd89ea7a919eec1ade7b57dc7.tar.gz bcm5719-llvm-b242e93541f2332cd89ea7a919eec1ade7b57dc7.zip |
Add a newline to suppress compiler warnings.
llvm-svn: 301608
-rw-r--r-- | lldb/include/lldb/Core/TraceOptions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/include/lldb/Core/TraceOptions.h b/lldb/include/lldb/Core/TraceOptions.h index ffa2bae7f65..e875a531e87 100644 --- a/lldb/include/lldb/Core/TraceOptions.h +++ b/lldb/include/lldb/Core/TraceOptions.h @@ -59,4 +59,4 @@ private: }; } -#endif // liblldb_TraceOptions_h_
\ No newline at end of file +#endif // liblldb_TraceOptions_h_ |