Whitespace fixes.

This commit is contained in:
Ralf Corsepius
2011-10-17 11:40:02 +00:00
parent 6e9634614b
commit 7d49b04f11
2 changed files with 2 additions and 2 deletions

View File

@@ -29,6 +29,6 @@ int test( void )
pthread_t self;
self = pthread_self();
return ( self != 0 );
}

View File

@@ -36,6 +36,6 @@ int test( void )
int result;
result = pthread_attr_getstackaddr( &attribute, &stackaddr );
return result;
}