summaryrefslogtreecommitdiff
path: root/binaryviewtype.cpp
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2015-02-16 02:21:19 -0500
committerRusty Wagner <rusty@vector35.com>2015-02-16 02:21:19 -0500
commitb22b98c156c76e35e20724a8d1b86883790fbd8e (patch)
treed12bca859e851b959cddd5c54434f72809a40bde /binaryviewtype.cpp
parent1c076c0802639dcd3d64a251fb12abb9583b3ee9 (diff)
Restyle the code to use smart tabs
Diffstat (limited to 'binaryviewtype.cpp')
-rw-r--r--binaryviewtype.cpp2
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);
}