Skip to content

Commit

Permalink
Style: Format modification
Browse files Browse the repository at this point in the history
  • Loading branch information
czs108 committed Feb 6, 2024
1 parent 9628269 commit 4c2ebb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ bool LoadPeImage(
*
* @public @memberof _PE_IMAGE_INFO
*
* @param[in, out] image_info The PE image.
* @param image_info The PE image.
*
* @note The destructor of `_PE_IMAGE_INFO` structure.
*/
Expand Down
2 changes: 1 addition & 1 deletion include/utility/file_access.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ bool WriteAllToFile(
* @public @memberof _FILE_VIEW
*
* @param file The file.
* @param[out] file_view The read-only view
* @param[out] file_view The read-only view.
* @return `true` if the method succeeds, otherwise `false`.
*
* @note The constructor of `_FILE_VIEW` structure.
Expand Down
1 change: 1 addition & 0 deletions src/extra_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

#include <assert.h>


bool WriteExtraDataToFile(
const EXTRA_DATA_VIEW *const data,
const HANDLE file)
Expand Down

0 comments on commit 4c2ebb2

Please sign in to comment.