mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 09:02:58 +00:00
[FORMATTING] Use a consistent indentation (TABs) for all parts of sysdm.cpl
No code changes svn path=/trunk/; revision=27785
This commit is contained in:
parent
b17938545b
commit
e2cb9802d4
10 changed files with 1489 additions and 1500 deletions
|
@ -76,11 +76,10 @@ AdvancedPageProc(HWND hwndDlg,
|
||||||
SW_SHOWNORMAL);
|
SW_SHOWNORMAL);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
|
||||||
}
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
}
|
}
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,6 @@ typedef struct _VARIABLE_DATA
|
||||||
} VARIABLE_DATA, *PVARIABLE_DATA;
|
} VARIABLE_DATA, *PVARIABLE_DATA;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
INT_PTR CALLBACK
|
INT_PTR CALLBACK
|
||||||
EditVariableDlgProc(HWND hwndDlg,
|
EditVariableDlgProc(HWND hwndDlg,
|
||||||
UINT uMsg,
|
UINT uMsg,
|
||||||
|
@ -172,6 +171,7 @@ SetEnvironmentVariables(HWND hwndListView,
|
||||||
{
|
{
|
||||||
dwNameLength = dwMaxValueNameLength + 1;
|
dwNameLength = dwMaxValueNameLength + 1;
|
||||||
dwDataLength = dwMaxValueDataLength + 1;
|
dwDataLength = dwMaxValueDataLength + 1;
|
||||||
|
|
||||||
if (RegEnumValue(hKey,
|
if (RegEnumValue(hKey,
|
||||||
i,
|
i,
|
||||||
lpName,
|
lpName,
|
||||||
|
|
|
@ -437,8 +437,3 @@ GeneralPageProc(HWND hwndDlg,
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -80,7 +80,6 @@ HardProfDlgProc(HWND hwndDlg,
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,4 +84,3 @@ HardwarePageProc(HWND hwndDlg,
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -202,4 +202,3 @@ DllMain(
|
||||||
}
|
}
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,6 @@ ReadPageFileSettings(PVIRTMEM pVirtMem)
|
||||||
bRet = TRUE;
|
bRet = TRUE;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -559,7 +558,6 @@ VirtMemDlgProc(HWND hwndDlg,
|
||||||
LPNMLISTVIEW pnmv = (LPNMLISTVIEW) lParam;
|
LPNMLISTVIEW pnmv = (LPNMLISTVIEW) lParam;
|
||||||
|
|
||||||
OnSelChange(pVirtMem, pnmv);
|
OnSelChange(pVirtMem, pnmv);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue