summaryrefslogtreecommitdiff
path: root/support/win32
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2005-11-10 15:05:51 +0000
committerJim Jagielski <jim@apache.org>2005-11-10 15:05:51 +0000
commit5d2fae4818e5eca5c32f439da1dbaed1bb2dad1b (patch)
tree2a13a8ff035825ec1a1ade1a3516f266c2ad38c7 /support/win32
parentb87b4fa9a0d72477dae176c91c510ae7e4845a96 (diff)
downloadhttpd-5d2fae4818e5eca5c32f439da1dbaed1bb2dad1b.tar.gz
No functional change: simple detabbing of indented code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@332305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/win32')
-rw-r--r--support/win32/wintty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/win32/wintty.c b/support/win32/wintty.c
index 01a354b4a3..bb66ebdc4f 100644
--- a/support/win32/wintty.c
+++ b/support/win32/wintty.c
@@ -136,7 +136,7 @@ int main(int argc, char** argv)
case '?':
printf(options, arg0);
exit(1);
- default:
+ default:
printf("wintty option %s not recognized, use -? for help.\n\n", *argv);
exit(1);
}
@@ -214,7 +214,7 @@ int main(int argc, char** argv)
if (isservice) {
#ifdef WE_EVER_FIGURE_OUT_WHY_THIS_DOESNT_WORK
- hsavedesk = GetThreadDesktop(GetCurrentThreadId());
+ hsavedesk = GetThreadDesktop(GetCurrentThreadId());
if (!hsavedesk || hsavedesk == INVALID_HANDLE_VALUE) {
printerr("GetThreadDesktop(GetTID()) failed (%d)\n", GetLastError());
}