Commit fcffa40b authored by Nico Weber's avatar Nico Weber Committed by Commit Bot

Remove more straggler semicolons on Windows.

TBR=jschuh

Bug: 926235
Change-Id: I82aef9e11b7943a0d5fa956d0d7ce41b538b1331
Reviewed-on: https://chromium-review.googlesource.com/c/1489135
Commit-Queue: Nico Weber <thakis@chromium.org>
Auto-Submit: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635583}
parent e8206d29
......@@ -28,7 +28,7 @@ class TestVRSystem : public IVRSystem {
float far_z) override {
NOTIMPLEMENTED();
return {};
};
}
void GetProjectionRaw(EVREye eye,
float* left,
float* right,
......@@ -178,7 +178,7 @@ class TestVRSystem : public IVRSystem {
const char* GetButtonIdNameFromEnum(EVRButtonId button_id) override {
NOTIMPLEMENTED();
return nullptr;
};
}
const char* GetControllerAxisTypeNameFromEnum(
EVRControllerAxisType axis_type) override {
NOTIMPLEMENTED();
......
......@@ -226,7 +226,7 @@ FileChooserWindows::~FileChooserWindows() {
if (process_.IsValid()) {
process_.Terminate(0, false);
}
};
}
} // namespace
......
......@@ -58,7 +58,7 @@ struct InternalThunk {
};
#pragma pack(pop)
}; // namespace
} // namespace
namespace sandbox {
......
......@@ -393,4 +393,4 @@ bool MiniDisassembler::ProcessSib(unsigned char* start_byte,
return true;
}
}; // namespace sidestep
} // namespace sidestep
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment