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