You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-05-22 10:15:16 +02:00
Remove errant tabs and fix spacing.
This commit is contained in:
@@ -513,7 +513,7 @@ sub run
|
||||
"\t\$(CC) -o test.bin \$(OBJS) test.o" . ($self->{bProfile} ? " -pg" : '') . " \$(LDFLAGS)\n" .
|
||||
"\n" .
|
||||
"test.o: testflags test.c${strTestDepend}\n" .
|
||||
"\t\$(CC) \$(COMMONFLAGS) \$(WARNINGFLAGS) \$(TESTFLAGS) -c test.c\n";
|
||||
"\t\$(CC) \$(COMMONFLAGS) \$(WARNINGFLAGS) \$(TESTFLAGS) -c test.c\n";
|
||||
|
||||
# Build C file dependencies
|
||||
foreach my $strCFile (@stryCFile)
|
||||
|
||||
Reference in New Issue
Block a user