commit f64d3959689ea365a0e48328c783da8c7ae0cad4
parent 24bd5342531c100e6a56ad269d9aa1dedccbd364
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;