From 4254eec2d9c48dfe5bb40f11fdb95f6510c20f47 Mon Sep 17 00:00:00 2001 Message-Id: <4254eec2d9c48dfe5bb40f11fdb95f6510c20f47.1715690048.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 15 Dec 2011 00:55:01 +0000 Subject: [PATCH] prlimit.c: Fix up whitespace. Organization: Straylight/Edgeware From: Mark Wooding --- prlimit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/prlimit.c b/prlimit.c index 5c0611f..8219ab7 100644 --- a/prlimit.c +++ b/prlimit.c @@ -58,10 +58,10 @@ static const struct limittab { msgqueue nice nofile nproc rss rtprio rttime sigpending stack))) (save-excursion - (goto-char (point-min)) - (search-forward (concat "***" "BEGIN rlimittab" "***")) - (beginning-of-line 2) - (delete-region (point) + (goto-char (point-min)) + (search-forward (concat "***" "BEGIN rlimittab" "***")) + (beginning-of-line 2) + (delete-region (point) (progn (search-forward "***END***") (beginning-of-line) -- [mdw]