Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

Commit

Permalink
Restyle another restyle (#152)
Browse files Browse the repository at this point in the history
* Restyled by astyle

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <[email protected]>
  • Loading branch information
restyled-io[bot] and restyled-commits authored Jun 9, 2024
1 parent 44f334f commit 5e4ef2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minigotchi/structs.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ typedef struct {
unsigned bssidmatch0 : 1; /**< usually not used */
unsigned bssidmatch1 : 1; /**< usually not used */
unsigned mcs : 7; /**< if is 11n packet, shows the modulation(range from 0 to
76) */
76) */
unsigned cwb : 1; /**< if is 11n packet, shows if is HT40 packet or not */
unsigned HT_length : 16; /**< Length of 11n mode packet */
unsigned smoothing : 1; /**< reserve */
Expand Down

0 comments on commit 5e4ef2e

Please sign in to comment.