From 8fd2cb8f68d97bf052a14e619310d2fbca92d07f Mon Sep 17 00:00:00 2001 From: DirtPiper Date: Mon, 22 Oct 2018 12:39:08 -0400 Subject: [PATCH] spaces --- main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 0d08e5f..6401c72 100644 --- a/main.cpp +++ b/main.cpp @@ -1663,9 +1663,9 @@ int main(int argc, char** argv) { PropGrid_Enable(propGrid,true); ShowWindow(propGrid,SW_SHOW); PropGrid_AddItem(propGrid,&pItem); - PropGrid_SetItemHeight(propGrid,20); - PropGrid_ShowToolTips(propGrid,TRUE); - PropGrid_ShowPropertyDescriptions(propGrid,TRUE); + PropGrid_SetItemHeight(propGrid, 20); + PropGrid_ShowToolTips(propGrid, TRUE); + PropGrid_ShowPropertyDescriptions(propGrid, TRUE); PropGrid_ExpandAllCatalogs(propGrid);