From 0594488f996a51a74214262016c9b47dd38532c4 Mon Sep 17 00:00:00 2001 From: You Wei Wang Date: Wed, 13 Jan 2016 09:22:54 +0800 Subject: [PATCH] Trivial: Remove vim header from source files Change-Id: I68a7d910d45ef5bbbc8b59d9bc363fa68c6a8663 --- templates/swift-upstart-init.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/swift-upstart-init.j2 b/templates/swift-upstart-init.j2 index 1f268fcc..1ba55521 100644 --- a/templates/swift-upstart-init.j2 +++ b/templates/swift-upstart-init.j2 @@ -2,7 +2,6 @@ {% if (swift.replication_network is not defined or swift.replication_network == swift.storage_network) and 'replicator-server' in program_name %} # Blank script - dedicated replication network not in use {% else %} -# vim:set ft=upstart ts=2 et: description "{{ program_name }}" author "Kevin Carter "