From 02003b1956aa818577cd7d92b5d5fc743cd1b6ac Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 17 Aug 2020 18:38:22 -0400 Subject: Add proper indentation guides --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index a4ec806e..938ed0cb 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -261,6 +261,7 @@ extern "C" PossibleValueToken = 30, PossibleValueTypeToken = 31, ArrayIndexToken = 32, + IndentationToken = 33, // The following are output by the analysis system automatically, these should // not be used directly by the architecture plugins CodeSymbolToken = 64, -- cgit v1.3.1