Change comments in assembler files to help ctags

Ctags seem to have a problem with generating tags for assembler symbols
when a comment immediately follows an assembly label.

This patch inserts a single space character between the label
definition and the following comments to help ctags.

The patch is generated by the command:

  git ls-files -- \*.S | xargs sed -i 's/^\([^:]\+\):;/\1: ;/1'

Change-Id: If7a3c9d0f51207ea033cc8b8e1b34acaa0926475
This commit is contained in:
Jeenu Viswambharan 2014-01-16 17:30:39 +00:00 committed by Dan Handley
parent eaec590e5f
commit 3a4cae051a
13 changed files with 218 additions and 218 deletions