chromium-style fixes (#12826)

This commit is contained in:
Jeremy Apthorp 2018-05-03 23:45:12 -07:00 committed by Shelley Vohr
parent 7be30bb249
commit b280ea5579
11 changed files with 30 additions and 21 deletions

View file

@ -29,6 +29,7 @@
struct PrintMsg_Print_Params {
PrintMsg_Print_Params();
PrintMsg_Print_Params(const PrintMsg_Print_Params&);
~PrintMsg_Print_Params();
// Resets the members of the struct to 0.
@ -58,6 +59,7 @@ struct PrintMsg_Print_Params {
struct PrintMsg_PrintPages_Params {
PrintMsg_PrintPages_Params();
PrintMsg_PrintPages_Params(const PrintMsg_PrintPages_Params&);
~PrintMsg_PrintPages_Params();
// Resets the members of the struct to 0.