summaryrefslogtreecommitdiffstats
path: root/src/windows/cns/options.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/cns/options.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/cns/options.c')
-rw-r--r--src/windows/cns/options.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/windows/cns/options.c b/src/windows/cns/options.c
index 9e7c30e94e..0992f1a74f 100644
--- a/src/windows/cns/options.c
+++ b/src/windows/cns/options.c
@@ -76,7 +76,7 @@ opts_initdialog(HWND hwnd, HWND hwndFocus, LPARAM lParam)
noaddresses = cns_res.noaddresses;
SendDlgItemMessage(hwnd, IDD_NOADDRESSES, BM_SETCHECK, noaddresses, 0);
-
+
return TRUE;
}
@@ -135,7 +135,7 @@ opts_command(HWND hwnd, int cid, HWND hwndCtl, UINT codeNotify)
code = k5_init_ccache(&cctemp);
if (code) { /* Problem opening new one? */
- com_err(NULL, code,
+ com_err(NULL, code,
"while changing ccache.\r\nRestoring old ccache.");
} else {
strcpy(ccname, newname);