[LLDB] Fix GCC warnings about extra semicolons. NFC.

This commit is contained in:
Martin Storsjö
2020-02-10 11:17:48 +02:00
parent a5040d5ec9
commit 6115bd9ba2
82 changed files with 82 additions and 82 deletions

View File

@@ -46,7 +46,7 @@ using namespace lldb;
using namespace lldb_private;
using namespace lldb_renderscript;
LLDB_PLUGIN(RenderScriptRuntime);
LLDB_PLUGIN(RenderScriptRuntime)
#define FMT_COORD "(%" PRIu32 ", %" PRIu32 ", %" PRIu32 ")"