forked from Imagelibrary/rtems
Remove whitespaces.
This commit is contained in:
@@ -31,6 +31,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = clock_gettime( clock_id, &tp );
|
result = clock_gettime( clock_id, &tp );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = clock_settime( clock_id, &tp );
|
result = clock_settime( clock_id, &tp );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = clock_getres( clock_id, &res );
|
result = clock_getres( clock_id, &res );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,6 +31,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = clock_getcpuclockid( pid, &clock_id );
|
result = clock_getcpuclockid( pid, &clock_id );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = clock_getenable_attr( clock_id, &attr );
|
result = clock_getenable_attr( clock_id, &attr );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -37,6 +37,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = pthread_key_create( &key, key_destructor );
|
result = pthread_key_create( &key, key_destructor );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -34,6 +34,6 @@ int test( void )
|
|||||||
value = 0;
|
value = 0;
|
||||||
|
|
||||||
result = pthread_setspecific( key, &value );
|
result = pthread_setspecific( key, &value );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -32,6 +32,6 @@ int test( void )
|
|||||||
key = 0;
|
key = 0;
|
||||||
|
|
||||||
value = pthread_getspecific( key );
|
value = pthread_getspecific( key );
|
||||||
|
|
||||||
return (value != 0);
|
return (value != 0);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -30,6 +30,6 @@ int test( void )
|
|||||||
int result;
|
int result;
|
||||||
|
|
||||||
result = pthread_key_delete( key );
|
result = pthread_key_delete( key );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -39,6 +39,6 @@ int test( void )
|
|||||||
evp.sigev_value.sival_ptr = NULL;
|
evp.sigev_value.sival_ptr = NULL;
|
||||||
|
|
||||||
result = timer_create( clock_id, &evp, &timerid );
|
result = timer_create( clock_id, &evp, &timerid );
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user