summaryrefslogtreecommitdiff
path: root/ace/OS_TLI.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS_TLI.h')
-rw-r--r--ace/OS_TLI.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/OS_TLI.h b/ace/OS_TLI.h
index 43f899cc90f..3802d131efc 100644
--- a/ace/OS_TLI.h
+++ b/ace/OS_TLI.h
@@ -139,9 +139,9 @@ public:
struct
t_bind *ret);
static int t_close (ACE_HANDLE fildes);
- static int t_connect (ACE_HANDLE fildes,
- struct t_call *sndcall,
- struct t_call *rcvcall);
+ static int t_connect(ACE_HANDLE fildes,
+ struct t_call *sndcall,
+ struct t_call *rcvcall);
static void t_error (const char *errmsg);
static int t_free (char *ptr,
int struct_type);