Skip to content

Commit

Permalink
apply code-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui authored and github-actions[bot] committed Nov 3, 2023
1 parent c5c78c0 commit d115bca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/gpu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,16 +93,16 @@ struct hw_module_t
uint32_t tag;
uint16_t module_api_version;
uint16_t hal_api_version;
const char *id;
const char *name;
const char *author;
const char* id;
const char* name;
const char* author;
hw_module_methods_t* methods;
void* dso;
#ifdef __LP64__
uint64_t reserved[32-7];
uint64_t reserved[32 - 7];
#else
/** padding to 128 bytes, reserved for future use */
uint32_t reserved[32-7];
uint32_t reserved[32 - 7];
#endif
};

Expand Down

0 comments on commit d115bca

Please sign in to comment.