mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
fix indentations
This commit is contained in:
parent
e82ae9c887
commit
3cb6f284b6
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ namespace CalculatorApp::ViewModel
|
|||
static Platform::String ^ GetNameResourceKey(ViewMode mode);
|
||||
static CategoryGroupType GetGroupType(ViewMode mode);
|
||||
|
||||
// GetIndex is 0-based, GetPosition is 1-based
|
||||
// GetIndex is 0-based, GetPosition is 1-based
|
||||
static int GetIndex(ViewMode mode);
|
||||
static int GetFlatIndex(ViewMode mode);
|
||||
static int GetIndexInGroup(ViewMode mode, CategoryGroupType type);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue