Whitespace only

This commit is contained in:
Ross Owen
2012-09-06 11:57:20 +01:00
parent 3d318907a1
commit 1cfc8d3340

View File

@@ -9,7 +9,7 @@
typedef unsigned lock; typedef unsigned lock;
/* Allocates and returns a lock resource - returns 0 if out of lock */ /* Allocates and returns a lock resource - returns 0 if out of lock */
lock GetLockResource() ; lock GetLockResource();
/* Claims the passed lock, this is a blocking call */ /* Claims the passed lock, this is a blocking call */
void ClaimLock(lock l); void ClaimLock(lock l);