[geocode-glib/wip/place-details: 1/3] lib: Add missing EOL
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geocode-glib/wip/place-details: 1/3] lib: Add missing EOL
- Date: Fri, 3 May 2013 14:32:50 +0000 (UTC)
commit e05c6e25894568aa32cc63d5bd9562b51ba3c217
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Apr 26 03:18:52 2013 +0300
lib: Add missing EOL
POSIX seems to require EOL at end of every line in a text file and
thefore git doesn't like lack of EOL either:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_205
This change gets implicitly added each time you add new lines at the end
of .symbols file (at least when using vim), which is annoying
https://bugzilla.gnome.org/show_bug.cgi?id=697405
geocode-glib/geocode-glib.symbols | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/geocode-glib/geocode-glib.symbols b/geocode-glib/geocode-glib.symbols
index 64bbadb..f6291e9 100644
--- a/geocode-glib/geocode-glib.symbols
+++ b/geocode-glib/geocode-glib.symbols
@@ -30,4 +30,4 @@ geocode_ipclient_new
geocode_ipclient_new_for_ip
geocode_ipclient_search_async
geocode_ipclient_search
-geocode_ipclient_search_finish
\ No newline at end of file
+geocode_ipclient_search_finish
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]