summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-10 13:58:46 -0500
committerColin Walters <walters@verbum.org>2011-11-10 13:58:46 -0500
commit22a9365ab36edfc728d7c012f7a75527bf4696a2 (patch)
tree595b4e8c2431100196f935a3a2e225f03fc3e53e /modules
parent99105574df71799c24fddd8bac4ca3661b980316 (diff)
downloadgjs-22a9365ab36edfc728d7c012f7a75527bf4696a2.tar.gz
overrides/GLib.js: Add missing trailing newline
Diffstat (limited to 'modules')
-rw-r--r--modules/overrides/GLib.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/overrides/GLib.js b/modules/overrides/GLib.js
index 41d2b605..bfbcf63a 100644
--- a/modules/overrides/GLib.js
+++ b/modules/overrides/GLib.js
@@ -258,4 +258,4 @@ function _init() {
this.Variant.prototype.toString = function() {
return '[object variant of type "' + this.get_type_string() + '"]';
}
-} \ No newline at end of file
+}