Skip to content

Commit

Permalink
fwcfg64: Fix code style
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Dec 9, 2024
1 parent 2515918 commit aea224b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fwcfg64/driver.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

#define MINIDUMP_BUFFER_SIZE 0x40000

#define ROUND_UP(x, n) (((x) + (n) - 1) & (-(n)))
#define ROUND_UP(x, n) (((x) + (n)-1) & (-(n)))

#pragma pack(push, 1)
typedef struct VMCOREINFO
Expand Down

0 comments on commit aea224b

Please sign in to comment.