From a07bc79117971b96ebf3188c0a34a73ee0a3609b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sun, 14 Feb 2010 19:40:18 +0000 Subject: removed trailing whitespace --- lib/setup-os400.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'lib/setup-os400.h') diff --git a/lib/setup-os400.h b/lib/setup-os400.h index 636ee7fa2..6ac96b992 100644 --- a/lib/setup-os400.h +++ b/lib/setup-os400.h @@ -1,5 +1,5 @@ -#ifndef __SETUP_OS400_H -#define __SETUP_OS400_H +#ifndef HEADER_CURL_SETUP_OS400_H +#define HEADER_CURL_SETUP_OS400_H /*************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2009, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2010, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -94,7 +94,7 @@ extern OM_uint32 Curl_gss_init_sec_context_a(OM_uint32 * minor_status, gss_flags_t req_flags, OM_uint32 time_req, gss_channel_bindings_t - input_chan_bindings, + input_chan_bindings, gss_buffer_t input_token, gss_OID * actual_mech_type, gss_buffer_t output_token, @@ -138,4 +138,4 @@ extern int Curl_os400_recvfrom(int sd, char * buffer, int buflen, int flags, #define recvfrom Curl_os400_recvfrom -#endif /* __SETUP_OS400_H */ +#endif /* HEADER_CURL_SETUP_OS400_H */ -- cgit v1.2.3