am 7eaa15ff: Fix extern "C" guards.

* commit '7eaa15ffa65239e8f4f23d21ff1a6ed66ed9a13f':
  Fix extern "C" guards.
This commit is contained in:
Shawn Willden 2015-06-03 18:46:13 +00:00 committed by Android Git Automerger
commit 75b2bc5fde

View file

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