From 5cb2fc5f19634814946310e03614a48d1c686574 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Thu, 10 Jun 2004 10:38:57 +0000
Subject: [PATCH] remove space characters

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@1654 ee4ac58c-ac51-4696-9907-e4b3aa274f04
---
 etc/options | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/etc/options b/etc/options
index 93d86ba54..4cbd63209 100644
--- a/etc/options
+++ b/etc/options
@@ -2,7 +2,7 @@
 
 # (Note that comment lines start with a hash (#) symbol)
 
-# $Header: //tmp/pathsoft/artemis/etc/options,v 1.2 2004-06-10 10:15:31 tjc Exp $
+# $Header: //tmp/pathsoft/artemis/etc/options,v 1.3 2004-06-10 10:38:57 tjc Exp $
 
 # This file should contain option settings that look like this:
 #
@@ -284,9 +284,9 @@ systematic_name_qualifiers = systematic_id temporary_systematic_id \
 # this list is added to the qualifiers from the qualifier_types file
 extra_qualifiers = \
     CHROMO_LINK text \
-    C_processing "text" \  
+    C_processing "text" \
     C_processing_BigPi "text" \
-    C_processing_DGPI "text" \ 
+    C_processing_DGPI "text" \
     COM_NAME "text" \
     FEAT_NAME text \
     GO_component "text" \
@@ -300,7 +300,7 @@ extra_qualifiers = \
     REPEAT_TYPE "text" \
     SNP "text" \
     algorithm "text" \
-    anchor "text" \ 
+    anchor "text" \
     annotation_source "text" \
     assembly_id "text" \
     bb_orthologue "text" \
@@ -411,7 +411,7 @@ extra_qualifiers = \
 # the popup the bottom ones aren't visible
 invisible_qualifiers = \
     CHROMO_LINK    \
-    C_processing       \ 
+    C_processing       \
     C_processing_BigPi \
     C_processing_DGPI  \
     COM_NAME       \
-- 
GitLab