Skip to content

Commit 74f3b3f

Browse files
committed
Fix indentation
1 parent ce4f89a commit 74f3b3f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

scripts/mk-stub.awk

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ BEGIN {
2323
stubApi = includeFile
2424
sub(/[.]h$/, ".cc", stubApi)
2525

26-
print "/* Generated automatically by scripts/mk-stub.awk DO NOT EDIT */"
27-
print "/*"
28-
print " * Copyright (C) 1996-2026 The Squid Software Foundation and contributors"
29-
print " *"
30-
print " * Squid software is distributed under GPLv2+ license and includes"
31-
print " * contributions from numerous individuals and organizations."
32-
print " * Please see the COPYING and CONTRIBUTORS files for details."
33-
print " */"
34-
print ""
35-
print "#include \"squid.h\""
26+
print "/* Generated automatically by scripts/mk-stub.awk DO NOT EDIT */"
27+
print "/*"
28+
print " * Copyright (C) 1996-2026 The Squid Software Foundation and contributors"
29+
print " *"
30+
print " * Squid software is distributed under GPLv2+ license and includes"
31+
print " * contributions from numerous individuals and organizations."
32+
print " * Please see the COPYING and CONTRIBUTORS files for details."
33+
print " */"
34+
print ""
35+
print "#include \"squid.h\""
3636
print ""
3737
print "#define STUB_API \"" stubApi "\""
3838
print "#include \"tests/STUB.h\""

0 commit comments

Comments
 (0)