emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114891: Fix whitespace in src/casefiddle.c.


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114891: Fix whitespace in src/casefiddle.c.
Date: Fri, 01 Nov 2013 10:01:09 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114891
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-11-01 12:00:47 +0200
message:
  Fix whitespace in src/casefiddle.c.
modified:
  src/casefiddle.c               
casefiddle.c-20091113204419-o5vbwnq5f7feedwu-154
=== modified file 'src/casefiddle.c'
--- a/src/casefiddle.c  2013-08-06 05:30:18 +0000
+++ b/src/casefiddle.c  2013-11-01 10:00:47 +0000
@@ -102,7 +102,7 @@
            inword = (SYNTAX (c) == Sword);
          if (c != c1)
            {
-                 MAKE_CHAR_UNIBYTE (c);
+             MAKE_CHAR_UNIBYTE (c);
              /* If the char can't be converted to a valid byte, just don't
                 change it.  */
              if (c >= 0 && c < 256)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]