aboutsummaryrefslogtreecommitdiff
path: root/bin/ed/re.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 00:07:29 +0000
commit2162b2d2265b5a190e84216b529977d83162f9cc (patch)
treeac48fd8c79dd9f0b338762a1129b83587ab3a39f /bin/ed/re.c
parent236bb30377a429eb08bcef5e354d39c7bb40bb92 (diff)
downloadsrc-2162b2d2265b5a190e84216b529977d83162f9cc.tar.gz
src-2162b2d2265b5a190e84216b529977d83162f9cc.zip
Remove trailing whitespace.
Reviewed by: phk
Notes
Notes: svn path=/head/; revision=8855
Diffstat (limited to 'bin/ed/re.c')
-rw-r--r--bin/ed/re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ed/re.c b/bin/ed/re.c
index 805f59f20235..252e8f8678d9 100644
--- a/bin/ed/re.c
+++ b/bin/ed/re.c
@@ -25,7 +25,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: re.c,v 1.8 1994/09/24 02:55:29 davidg Exp $
+ * $Id: re.c,v 1.9 1995/03/19 13:28:36 joerg Exp $
*/
#ifndef lint
@@ -39,7 +39,7 @@ extern int patlock;
char errmsg[MAXPATHLEN + 40] = "";
-/* get_compiled_pattern: return pointer to compiled pattern from command
+/* get_compiled_pattern: return pointer to compiled pattern from command
buffer */
pattern_t *
get_compiled_pattern()