diff options
| author | Paul Eggert | 2014-01-14 09:59:19 -0800 |
|---|---|---|
| committer | Paul Eggert | 2014-01-14 09:59:19 -0800 |
| commit | d9784824e239b2eaebe291ce2e351c44ba09c0dc (patch) | |
| tree | 53207d19470c036902f99193b8aee4b1b0a29758 /src/textprop.c | |
| parent | c6a0b8eb25edd26ea22a3f9a649f2f6af999ad09 (diff) | |
| download | emacs-d9784824e239b2eaebe291ce2e351c44ba09c0dc.tar.gz emacs-d9784824e239b2eaebe291ce2e351c44ba09c0dc.zip | |
Space before paren, updating recent change.
Diffstat (limited to 'src/textprop.c')
| -rw-r--r-- | src/textprop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/textprop.c b/src/textprop.c index 67f517182ea..bd09304ba3b 100644 --- a/src/textprop.c +++ b/src/textprop.c | |||
| @@ -1741,7 +1741,7 @@ Return t if any property was actually removed, nil otherwise. */) | |||
| 1741 | } | 1741 | } |
| 1742 | len -= LENGTH (i); | 1742 | len -= LENGTH (i); |
| 1743 | i = next_interval (i); | 1743 | i = next_interval (i); |
| 1744 | if(!i) | 1744 | if (!i) |
| 1745 | { | 1745 | { |
| 1746 | if (modified) | 1746 | if (modified) |
| 1747 | { | 1747 | { |