mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:02:56 +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);
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,6 @@ typedef struct _VARIABLE_DATA
|
|||
} VARIABLE_DATA, *PVARIABLE_DATA;
|
||||
|
||||
|
||||
|
||||
INT_PTR CALLBACK
|
||||
EditVariableDlgProc(HWND hwndDlg,
|
||||
UINT uMsg,
|
||||
|
@ -172,6 +171,7 @@ SetEnvironmentVariables(HWND hwndListView,
|
|||
{
|
||||
dwNameLength = dwMaxValueNameLength + 1;
|
||||
dwDataLength = dwMaxValueDataLength + 1;
|
||||
|
||||
if (RegEnumValue(hKey,
|
||||
i,
|
||||
lpName,
|
||||
|
|
|
@ -437,8 +437,3 @@ GeneralPageProc(HWND hwndDlg,
|
|||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -80,7 +80,6 @@ HardProfDlgProc(HWND hwndDlg,
|
|||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
|
|
@ -84,4 +84,3 @@ HardwarePageProc(HWND hwndDlg,
|
|||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
@ -202,4 +202,3 @@ DllMain(
|
|||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ ReadPageFileSettings(PVIRTMEM pVirtMem)
|
|||
bRet = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -559,7 +558,6 @@ VirtMemDlgProc(HWND hwndDlg,
|
|||
LPNMLISTVIEW pnmv = (LPNMLISTVIEW) lParam;
|
||||
|
||||
OnSelChange(pVirtMem, pnmv);
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue