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 { ...@@ -28,7 +28,7 @@ class TestVRSystem : public IVRSystem {
float far_z) override { float far_z) override {
NOTIMPLEMENTED(); NOTIMPLEMENTED();
return {}; return {};
}; }
void GetProjectionRaw(EVREye eye, void GetProjectionRaw(EVREye eye,
float* left, float* left,
float* right, float* right,
...@@ -178,7 +178,7 @@ class TestVRSystem : public IVRSystem { ...@@ -178,7 +178,7 @@ class TestVRSystem : public IVRSystem {
const char* GetButtonIdNameFromEnum(EVRButtonId button_id) override { const char* GetButtonIdNameFromEnum(EVRButtonId button_id) override {
NOTIMPLEMENTED(); NOTIMPLEMENTED();
return nullptr; return nullptr;
}; }
const char* GetControllerAxisTypeNameFromEnum( const char* GetControllerAxisTypeNameFromEnum(
EVRControllerAxisType axis_type) override { EVRControllerAxisType axis_type) override {
NOTIMPLEMENTED(); NOTIMPLEMENTED();
......
...@@ -226,7 +226,7 @@ FileChooserWindows::~FileChooserWindows() { ...@@ -226,7 +226,7 @@ FileChooserWindows::~FileChooserWindows() {
if (process_.IsValid()) { if (process_.IsValid()) {
process_.Terminate(0, false); process_.Terminate(0, false);
} }
}; }
} // namespace } // namespace
......
...@@ -58,7 +58,7 @@ struct InternalThunk { ...@@ -58,7 +58,7 @@ struct InternalThunk {
}; };
#pragma pack(pop) #pragma pack(pop)
}; // namespace } // namespace
namespace sandbox { namespace sandbox {
......
...@@ -393,4 +393,4 @@ bool MiniDisassembler::ProcessSib(unsigned char* start_byte, ...@@ -393,4 +393,4 @@ bool MiniDisassembler::ProcessSib(unsigned char* start_byte,
return true; 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