diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-02-16 02:21:19 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-02-16 02:21:19 -0500 |
| commit | b22b98c156c76e35e20724a8d1b86883790fbd8e (patch) | |
| tree | d12bca859e851b959cddd5c54434f72809a40bde /binaryviewtype.cpp | |
| parent | 1c076c0802639dcd3d64a251fb12abb9583b3ee9 (diff) | |
Restyle the code to use smart tabs
Diffstat (limited to 'binaryviewtype.cpp')
| -rw-r--r-- | binaryviewtype.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryviewtype.cpp b/binaryviewtype.cpp index 636a8856..8089f506 100644 --- a/binaryviewtype.cpp +++ b/binaryviewtype.cpp @@ -46,7 +46,7 @@ void BinaryViewType::Register(BinaryViewType* type) callbacks.isValidForData = IsValidCallback; type->m_type = BNRegisterBinaryViewType(type->m_nameForRegister.c_str(), - type->m_longNameForRegister.c_str(), &callbacks); + type->m_longNameForRegister.c_str(), &callbacks); } |
