Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove leading blank line #4

Merged
merged 1 commit into from
Oct 5, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion libpng/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion libpng/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion libpng/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/bash -eu
# Copyright 2016 Google Inc.
#
Expand Down
6 changes: 3 additions & 3 deletions scripts/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#
################################################################################

JENKINS_TEMPLATE = """
JENKINS_TEMPLATE = """\
// Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -40,7 +40,7 @@ def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
}
"""

DOCKER_TEMPLATE = """
DOCKER_TEMPLATE = """\
# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -64,7 +64,7 @@ def libfuzzerBuild = fileLoader.fromGit('infra/libfuzzer-pipeline.groovy',
CMD /src/oss-fuzz/%s/build.sh
"""

BUILD_TEMPLATE = """
BUILD_TEMPLATE = """\
#!/bin/bash -eu
# Copyright 2016 Google Inc.
#
Expand Down
1 change: 0 additions & 1 deletion sqlite3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Copyright 2016 Google Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion sqlite3/Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

// Copyright 2016 Google Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
Expand Down
1 change: 0 additions & 1 deletion sqlite3/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/bin/bash -eu
# Copyright 2016 Google Inc.
#
Expand Down