Merge "Fix extern "C" guards."

This commit is contained in:
Shawn Willden 2015-07-10 11:47:05 +00:00 committed by Gerrit Code Review
commit 0a76e80be8

View file

@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>
#ifndef __cplusplus
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus
@ -507,7 +507,7 @@ inline void keymaster_free_characteristics(keymaster_key_characteristics_t* char
}
}
#ifndef __cplusplus
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus