From 085b7a3a7a3ed0d4856b15e47fa2eb3b07a01d64 Mon Sep 17 00:00:00 2001
From: Sean Bright <sean@malleable.com>
Date: Wed, 10 Jun 2009 20:40:41 +0000
Subject: [PATCH] Remove some trailing whitespace and steal revision 200000.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@200000 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 sample.call | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sample.call b/sample.call
index 819e4e970a..ec2521713d 100644
--- a/sample.call
+++ b/sample.call
@@ -6,7 +6,7 @@
 # Comments are indicated by a '#' character that begins a line, or follows
 # a space or tab character.  To be consistent with the configuration files
 # in Asterisk, comments can also be indicated by a semicolon.  However, the
-# multiline comments (;-- --;) used in Asterisk configuration files are not 
+# multiline comments (;-- --;) used in Asterisk configuration files are not
 # supported.  Semicolons can be escaped by a backslash.
 #
 
@@ -76,8 +76,8 @@ Priority: 1
 
 #
 # Setting Archive to yes the call file is never deleted, but is moved
-# in the subdir "outgoing_done" of the spool directory. In this case 
-# will be appended a line with "Status: value", where value can be 
+# in the subdir "outgoing_done" of the spool directory. In this case
+# will be appended a line with "Status: value", where value can be
 # Completed, Expired or Failed.
 #
 #Archive: yes
-- 
GitLab