Staying consistent with Pointer syntax
Space after '*' instead of before it
This commit is contained in:
parent
ebab9c44f4
commit
dd4d9b104b
|
@ -99,7 +99,7 @@ extern "C" {
|
|||
} FDBKeyValue;
|
||||
#pragma pack(pop)
|
||||
|
||||
DLLEXPORT void fdb_future_cancel( FDBFuture *f );
|
||||
DLLEXPORT void fdb_future_cancel( FDBFuture* f );
|
||||
|
||||
DLLEXPORT void fdb_future_release_memory( FDBFuture* f );
|
||||
|
||||
|
|
Loading…
Reference in New Issue