chromium-style fixes (#12826)
This commit is contained in:
parent
7be30bb249
commit
b280ea5579
11 changed files with 30 additions and 21 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue