Skip to content

Commit 24a5ddf

Browse files
committed
remove empty lines
1 parent 98d3668 commit 24a5ddf

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

common-tools/linux/create_iso/create_iso.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,4 @@ int main() {
3939
}
4040

4141
return 0;
42-
}
43-
42+
}

common-tools/linux/extract_iso/extract_iso.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,4 +115,4 @@ int main() {
115115
}
116116

117117
return 0;
118-
}
118+
}

common-tools/nowin/create_tar/create_tar.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ int tarCmd = system(tarCommand.c_str());
2121

2222
return 0;
2323

24-
}
24+
}

common-tools/nowin/create_zip/create_zip.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ std::string zipCommand = "zip -r " + outputZIP + " " + inputFolder;
2121
// Execute final Converter command.
2222
int zipCmd = system(zipCommand.c_str());
2323
return 0;
24-
}
24+
}

0 commit comments

Comments
 (0)