Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan
clang-format-8 upstream had some improvements wrt macros See: https://reviews.llvm.org/D33440 This is why the diff is bigger than usual # ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D26098
This commit is contained in:
@@ -655,7 +655,9 @@ void SurfaceTextureHost::PushResourceUpdates(
|
||||
(aResources.*method)(aImageKeys[0], descriptor, aExtID, bufferType, 0);
|
||||
break;
|
||||
}
|
||||
default: { MOZ_ASSERT_UNREACHABLE("unexpected to be called"); }
|
||||
default: {
|
||||
MOZ_ASSERT_UNREACHABLE("unexpected to be called");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -673,7 +675,9 @@ void SurfaceTextureHost::PushDisplayItems(
|
||||
!(mFlags & TextureFlags::NON_PREMULTIPLIED));
|
||||
break;
|
||||
}
|
||||
default: { MOZ_ASSERT_UNREACHABLE("unexpected to be called"); }
|
||||
default: {
|
||||
MOZ_ASSERT_UNREACHABLE("unexpected to be called");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user