Skip to content

Commit

Permalink
Refactor to pass .clangformat test
Browse files Browse the repository at this point in the history
  • Loading branch information
dartfnm committed Mar 18, 2024
1 parent 3d7ada2 commit 6eee30b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/dummy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -777,27 +777,27 @@ void fastlane_add_scsi_unit(int, uaedev_config_info*, romconfig*) {
UNIMPLEMENTED();
}

void fetch_inputfilepath(char *out, int) {
void fetch_inputfilepath(char* out, int) {
*out = 0;
UNIMPLEMENTED();
}

void fetch_ripperpath(char *out, int) {
void fetch_ripperpath(char* out, int) {
*out = 0;
UNIMPLEMENTED();
}

void fetch_rompath(char *out, int) {
void fetch_rompath(char* out, int) {
*out = 0;
UNIMPLEMENTED();
}

void fetch_saveimagepath(char *out, int, int) {
void fetch_saveimagepath(char* out, int, int) {
*out = 0;
TRACE();
}

void fetch_videopath(char *out, int) {
void fetch_videopath(char* out, int) {
*out = 0;
UNIMPLEMENTED();
}
Expand Down

0 comments on commit 6eee30b

Please sign in to comment.