From 334739663cb2f724b19585dd0010df5ef2620f0b Mon Sep 17 00:00:00 2001 From: Gordon Chung Date: Mon, 28 Apr 2014 16:21:40 -0400 Subject: [PATCH] extraneous vim editor configuration comments Many of the source code files have a beginning line: vim: tabstop=4 shiftwidth=4 softtabstop=4 This should be deleted. Change-Id: I0b7bd4e727c0597e7c7fb61d42684e908e001134 Closes-Bug: #1229324 --- tools/install_venv.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/install_venv.py b/tools/install_venv.py index a11e7847..50105273 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -1,5 +1,3 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 - # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. # All Rights Reserved.