Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utils
KWSys
Commits
4cd8846c
Commit
4cd8846c
authored
Jul 01, 2015
by
James Johnston
Committed by
Brad King
Jul 15, 2015
Browse files
Process: Remove trailing whitespace in ProcessUNIX.c
Change-Id: I821de08dd10b5f1f4af6287a5d7dc6e03e2c1e78
parent
c9336bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProcessUNIX.c
View file @
4cd8846c
...
...
@@ -88,7 +88,7 @@ typedef ssize_t kwsysProcess_ssize_t;
typedef
int
kwsysProcess_ssize_t
;
#endif
#if defined(__BEOS__) && !defined(__ZETA__)
#if defined(__BEOS__) && !defined(__ZETA__)
/* BeOS 5 doesn't have usleep(), but it has snooze(), which is identical. */
# include <be/kernel/OS.h>
static
inline
void
kwsysProcess_usleep
(
unsigned
int
msec
)
...
...
@@ -1938,7 +1938,7 @@ static int kwsysProcessSetupOutputPipeFile(int* p, const char* name)
/* Assign the replacement descriptor. */
*
p
=
fout
;
return
1
;
return
1
;
}
/*--------------------------------------------------------------------------*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment