commit 2e3443fd4b9611ca734d4c8186b3de14b46b6037
parent f657e0e673ed13eeb7f087c67a98fd886f371fa8
Author: Michael Rasmussen <mir@datanom.net>
Date: Sun, 30 Dec 2018 16:14:06 +0100
Remove mysterious chars and replace with correct tab chars
Signed-off-by: Michael Rasmussen <mir@datanom.net>
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/addressbook-dbus.c b/src/addressbook-dbus.c
@@ -27,7 +27,7 @@
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
- *
+ *
*/
#ifdef HAVE_CONFIG_H
@@ -139,7 +139,7 @@ static void format_contact(DBusContact* contact, ContactData* c) {
gchar* lastname;
GValueArray* email = NULL;
GValue email_member = {0};
- gchar* str;
+ gchar* str;
gchar* image = NULL;
gsize size;