Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
31c0e4ba
Commit
31c0e4ba
authored
Apr 26, 2000
by
David Lawrence
Browse files
style lint
parent
cc5547db
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/mutexblock.c
View file @
31c0e4ba
...
...
@@ -21,8 +21,7 @@
#include
<isc/mutexblock.h>
isc_result_t
isc_mutexblock_init
(
isc_mutex_t
*
block
,
unsigned
int
count
)
{
isc_mutexblock_init
(
isc_mutex_t
*
block
,
unsigned
int
count
)
{
isc_result_t
result
;
unsigned
int
i
;
...
...
@@ -42,8 +41,7 @@ isc_mutexblock_init(isc_mutex_t *block, unsigned int count)
}
isc_result_t
isc_mutexblock_destroy
(
isc_mutex_t
*
block
,
unsigned
int
count
)
{
isc_mutexblock_destroy
(
isc_mutex_t
*
block
,
unsigned
int
count
)
{
isc_result_t
result
;
unsigned
int
i
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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