Staying consistent with Pointer syntax

Space after '*' instead of before it
This commit is contained in:
Tim Guggenmos 2019-01-29 10:07:49 +01:00 committed by GitHub
parent ebab9c44f4
commit dd4d9b104b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 );