From b22b98c156c76e35e20724a8d1b86883790fbd8e Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Mon, 16 Feb 2015 02:21:19 -0500 Subject: Restyle the code to use smart tabs --- binaryviewtype.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binaryviewtype.cpp') 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); } -- cgit v1.3.1