[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:
Colin Finck 2007-07-23 10:26:55 +00:00
parent b17938545b
commit e2cb9802d4
10 changed files with 1489 additions and 1500 deletions

View file

@ -76,11 +76,10 @@ AdvancedPageProc(HWND hwndDlg,
SW_SHOWNORMAL);
}
break;
}
}
}
}
break;
}
return FALSE;
}

View file

@ -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,

View file

@ -437,8 +437,3 @@ GeneralPageProc(HWND hwndDlg,
return FALSE;
}

View file

@ -80,7 +80,6 @@ HardProfDlgProc(HWND hwndDlg,
return TRUE;
}
}
}
break;
}

View file

@ -84,4 +84,3 @@ HardwarePageProc(HWND hwndDlg,
return FALSE;
}

View file

@ -202,4 +202,3 @@ DllMain(
}
return TRUE;
}

View file

@ -53,7 +53,6 @@ ReadPageFileSettings(PVIRTMEM pVirtMem)
bRet = TRUE;
}
}
}
}
@ -559,7 +558,6 @@ VirtMemDlgProc(HWND hwndDlg,
LPNMLISTVIEW pnmv = (LPNMLISTVIEW) lParam;
OnSelChange(pVirtMem, pnmv);
}
}
}