Whitespace fix.
This commit is contained in:
@@ -24,13 +24,11 @@ static void test_lib_info() {
|
|||||||
|
|
||||||
get_functions(&funcs);
|
get_functions(&funcs);
|
||||||
|
|
||||||
|
|
||||||
if (funcs->C_GetInfo(&info) != CKR_OK) {
|
if (funcs->C_GetInfo(&info) != CKR_OK) {
|
||||||
fprintf(stderr, "GetInfo failed\n");
|
fprintf(stderr, "GetInfo failed\n");
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (strcmp(info.manufacturerID, MANUFACTURER_ID) != 0) {
|
if (strcmp(info.manufacturerID, MANUFACTURER_ID) != 0) {
|
||||||
fprintf(stderr, "unexpected manufacturer ID %s\n", info.manufacturerID);
|
fprintf(stderr, "unexpected manufacturer ID %s\n", info.manufacturerID);
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
|||||||
Reference in New Issue
Block a user