Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Jun 11, 2024
1 parent 39e0ce6 commit af4b8bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ int GetEnumAsInt(JNIEnv *env, jobject enumObj)
jint AndroidCryptoNative_InitLibraryOnLoad (JavaVM *vm, void *reserved)
{
(void)reserved;
LOG_DEBUG(__PRETTY_FUNCTION__);
LOG_DEBUG("%s in %s", __PRETTY_FUNCTION__, __FILE__);
gJvm = vm;

JNIEnv* env = GetJNIEnv();
Expand Down

0 comments on commit af4b8bf

Please sign in to comment.