Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chuck Atkins
KWSys
Commits
4cd8846c
Commit
4cd8846c
authored
Jul 01, 2015
by
James Johnston
Committed by
Brad King
Jul 15, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Process: Remove trailing whitespace in ProcessUNIX.c
Change-Id: I821de08dd10b5f1f4af6287a5d7dc6e03e2c1e78
parent
c9336bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ProcessUNIX.c
ProcessUNIX.c
+2
-2
No files found.
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