forked from Imagelibrary/rtems
Whitespace fixes.
This commit is contained in:
@@ -29,6 +29,6 @@ int test( void )
|
||||
pthread_t self;
|
||||
|
||||
self = pthread_self();
|
||||
|
||||
|
||||
return ( self != 0 );
|
||||
}
|
||||
|
||||
@@ -36,6 +36,6 @@ int test( void )
|
||||
int result;
|
||||
|
||||
result = pthread_attr_getstackaddr( &attribute, &stackaddr );
|
||||
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user