Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9cba6e6 authored by Devin Moore's avatar Devin Moore Committed by Automerger Merge Worker
Browse files

Merge "Drop unnecessary semicolon from end of file" am: 11011728 am:...

Merge "Drop unnecessary semicolon from end of file" am: 11011728 am: f967969a am: f952e14c am: ad6ed427 am: c0a7ca1f

Change-Id: I51c5bb17bd2dc14ad832a5f76dba90f859c33d9e
parents 142cbd94 c0a7ca1f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ void ATrace_setCounter(const char* counterName, int64_t counterValue) __INTRODUC
#endif /* __ANDROID_API__ >= 29 */

#ifdef __cplusplus
};
}
#endif

#endif // ANDROID_NATIVE_TRACE_H