diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-30 18:28:12 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-30 18:28:12 +1000 |
commit | 0b8b5137b02e5c2fdf12b6aa141beac0336b9cb7 (patch) | |
tree | ac748c0683a775251ea9f2921feea6211d80c3cb | |
parent | e90d8f7ccaf235053057bd91d3a2113582604e24 (diff) |
remove trailing whitespaces in readme
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -3,17 +3,17 @@ > Copyright (C) 2013 Pedro Silva > This file is not part of GNU Emacs. -> +> > ttrss is free software: you can redistribute it and/or modify it > under the terms of the GNU General Public License as published by > the Free Software Foundation, either version 3 of the License, or > (at your option) any later version. -> +> > ttrss is distributed in the hope that it will be useful, but > WITHOUT ANY WARRANTY; without even the implied warranty of > MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU > General Public License for more details. -> +> > You should have received a copy of the GNU General Public License > along with ttrss. If not, see <http://www.gnu.org/licenses/>. @@ -41,7 +41,7 @@ It purposefully doesn't offer any additional higher level methods. (setq ttrss-address "http://example.com/ttrss/api/" ttrss-user "user" ttrss-password "pass") - + (let ((ttrss-sid (ttrss-login ttrss-address ttrss-user ttrss-password))) (if (ttrss-logged-in-p ttrss-address ttrss-sid) (with-current-buffer (switch-to-buffer "*ttrss reader*") @@ -50,7 +50,7 @@ It purposefully doesn't offer any additional higher level methods. ttrss-address ttrss-user ttrss-password) - (message "Server running version %s and API level %d\n" + (message "Server running version %s and API level %d\n" (ttrss-get-version ttrss-address ttrss-sid) (ttrss-get-api-level ttrss-address ttrss-sid)) (message "There are %s unread articles in %d feeds" |