Skip to content

Commit

Permalink
Remove extra trailing newlines at EOF (sonic-net#82)
Browse files Browse the repository at this point in the history
Files now end with a single newline.
  • Loading branch information
jleveque authored and Shuotian Cheng committed Jul 14, 2017
1 parent 08616c5 commit 08c1fae
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion ThirdPartyLicenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@ reserves all other rights not expressly granted, whether by implication, estoppe
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA."

1 change: 0 additions & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,3 @@ def neighbor(ipaddr_or_hostname, verbose):

if __name__ == '__main__':
cli()

1 change: 0 additions & 1 deletion scripts/aclshow
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,3 @@ def main():

if __name__ == "__main__":
main()

1 change: 0 additions & 1 deletion scripts/decode-syseeprom
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,3 @@ if __name__ == "__main__":
except (RuntimeError, OSError, IOError), errstr:
sys.stderr.write("%s : ERROR : %s\n" % (sys.argv[0], str(errstr)))
exit(1)

1 change: 0 additions & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,4 +521,3 @@ def uptime():

if __name__ == '__main__':
cli()

0 comments on commit 08c1fae

Please sign in to comment.