Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Fix extern "C" guards."
Browse files Browse the repository at this point in the history
  • Loading branch information
divegeek authored and Gerrit Code Review committed Jul 10, 2015
2 parents bf31aab + 3d3a479 commit 0a76e80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/hardware/keymaster_defs.h
Expand Up @@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>

#ifndef __cplusplus
#ifdef __cplusplus
extern "C" {
#endif // __cplusplus

Expand Down Expand Up @@ -507,7 +507,7 @@ inline void keymaster_free_characteristics(keymaster_key_characteristics_t* char
}
}

#ifndef __cplusplus
#ifdef __cplusplus
} // extern "C"
#endif // __cplusplus

Expand Down

0 comments on commit 0a76e80

Please sign in to comment.