summaryrefslogtreecommitdiffstats
path: root/src/windows/lib/vardlg.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
committerTom Yu <tlyu@mit.edu>2009-10-31 00:48:38 +0000
commit02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b (patch)
tree61b9147863cd8be3eff63903dc36cae168254bd5 /src/windows/lib/vardlg.c
parent162ab371748cba0cc6f172419bd6e71fa04bb878 (diff)
downloadkrb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.gz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.tar.xz
krb5-02d6bcbc98a214e7aeaaa9f45f0db8784a7b743b.zip
make mark-cstyle
make reindent git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23100 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/windows/lib/vardlg.c')
-rw-r--r--src/windows/lib/vardlg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/windows/lib/vardlg.c b/src/windows/lib/vardlg.c
index dae8cdbbcf..3bec6e4e60 100644
--- a/src/windows/lib/vardlg.c
+++ b/src/windows/lib/vardlg.c
@@ -54,7 +54,7 @@ ADD_UNICODE_STRING(unsigned char *p, const char *s)
w = (WORD *)p;
len = strlen(s) + 1; /* copy the null, too */
-
+
for (i = 0 ; i < len ; i++)
*w++ = *s++;
@@ -112,7 +112,7 @@ ADD_DLGITEM(unsigned char *dlg, short x, short y, short cx, short cy,
{
unsigned char *p;
DLGITEMTEMPLATE dit;
-
+
p = dlg;
dit.style = style;
@@ -429,7 +429,7 @@ vardlg_config(HWND hwnd, WORD width, const char *banner, WORD num_prompts,
* button is IDCANCEL, as usual.
*
* After calling bld_dlg, the banner will have ID "id", and the labels
- * will be "1 + id + i * 2" (i is the entry number, starting with zero) and
+ * will be "1 + id + i * 2" (i is the entry number, starting with zero) and
* the entries will be "2 + id + i * 2".
*
* unsigned char *dlg = vardlg_build(minwidth, banner, num_prompts,