Fix indentation

llvm-svn: 253087
This commit is contained in:
Enrico Granata 2015-11-13 21:34:39 +00:00
parent 0ee8282f4a
commit 920c587e64
1 changed files with 147 additions and 147 deletions

View File

@ -24,9 +24,9 @@
namespace lldb_private {
class DumpValueObjectOptions
{
public:
class DumpValueObjectOptions
{
public:
struct PointerDepth
{
enum class Mode
@ -153,7 +153,7 @@ namespace lldb_private {
DumpValueObjectOptions&
SetRevealEmptyAggregates (bool reveal = true);
public:
public:
uint32_t m_max_depth = UINT32_MAX;
lldb::DynamicValueType m_use_dynamic = lldb::eNoDynamicValues;
uint32_t m_omit_summary_depth = 0;
@ -178,7 +178,7 @@ namespace lldb_private {
bool m_allow_oneliner_mode : 1;
bool m_hide_pointer_value : 1;
bool m_reveal_empty_aggregates : 1;
};
};
} // namespace lldb_private