Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
giridharprasath committed Jul 8, 2024
1 parent 51de827 commit bbfaaa3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion librz/include/rz_project.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ RZ_API bool rz_project_migrate_v13_v14(RzProject *prj, RzSerializeResultInfo *re
RZ_API bool rz_project_migrate_v14_v15(RzProject *prj, RzSerializeResultInfo *res);
RZ_API bool rz_project_migrate_v15_v16(RzProject *prj, RzSerializeResultInfo *res);
RZ_API bool rz_project_migrate_v16_v17(RzProject *prj, RzSerializeResultInfo *res);
RZ_API bool rz_project_migrate_v17_v18(RzProject *prj, RzSerializeResultInfo *res);
RZ_API bool rz_project_migrate_v17_v18(RzProject *prj, RzSerializeResultInfo *res);
RZ_API bool rz_project_migrate(RzProject *prj, unsigned long version, RzSerializeResultInfo *res);

#ifdef __cplusplus
Expand Down
Binary file added test/.sync_disk_db
Binary file not shown.
2 changes: 1 addition & 1 deletion test/prj/v15-seek-history.rzdb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ prj.file=./test/prj/v15-seek-history.rzdb
/core/debug/breakpoints

/core/file
relative=../bins/elf/crackme0x05
relative=../bins/elf/ls

/core/flags
base=0
Expand Down
2 changes: 1 addition & 1 deletion test/prj/v15-str-config.rzdb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ bin.verbose=false
/core/debug/breakpoints

/core/file
relative=../bins/elf/crackme0x05
relative=../bins/elf/ls

/core/flags
base=0
Expand Down
2 changes: 1 addition & 1 deletion test/prj/v16-flags-base.rzdb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ bin=s
/core/debug/breakpoints

/core/file
relative=../bins/elf/crackme0x05
relative=../bins/elf/ls

/core/flags
base=100
Expand Down

0 comments on commit bbfaaa3

Please sign in to comment.