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