formatting
This commit is contained in:
parent
cb2f700227
commit
a26a882446
@ -230,7 +230,7 @@ int execute_directive_file(FILE * f) {
|
|||||||
|
|
||||||
struct stat file_stat;
|
struct stat file_stat;
|
||||||
int es = stat(touch_buffer, &file_stat);
|
int es = stat(touch_buffer, &file_stat);
|
||||||
CHECK_OPEN(!(es == -1), touch_buffer, goto recovery); // XXX
|
CHECK_OPEN(!(es == -1), touch_buffer, goto recovery);
|
||||||
|
|
||||||
touch_entry = (entry_t) {
|
touch_entry = (entry_t) {
|
||||||
.name = touch_buffer,
|
.name = touch_buffer,
|
||||||
|
@ -183,7 +183,7 @@ class CMDTEST_mydir < Cmdtest::Testcase
|
|||||||
File.write('target.txt',
|
File.write('target.txt',
|
||||||
[
|
[
|
||||||
"000\t./mydir/.gitkeep",
|
"000\t./mydir/.gitkeep",
|
||||||
"002\t./mydir/script.sh"
|
"002\t./mydir/script.sh",
|
||||||
].join("\n")
|
].join("\n")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user