[gnome-documents] documents: fix indentation
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] documents: fix indentation
- Date: Tue, 6 Sep 2011 21:30:54 +0000 (UTC)
commit 1a5cc160207637457880cc826d85c2ee56e4339a
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Sep 6 17:29:34 2011 -0400
documents: fix indentation
src/documents.js | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/src/documents.js b/src/documents.js
index 239c59c..265622a 100644
--- a/src/documents.js
+++ b/src/documents.js
@@ -438,16 +438,16 @@ GoogleDocument.prototype = {
return;
}
- Gd.pdf_loader_load_entry_async
- (entry, service, cancellable, Lang.bind(this,
- function(source, res) {
- try {
- let document = Gd.pdf_loader_load_entry_finish(res);
- callback(document);
- } catch (e) {
- Global.errorHandler.addLoadError(this, e);
- }
- }));
+ Gd.pdf_loader_load_entry_async
+ (entry, service, cancellable, Lang.bind(this,
+ function(source, res) {
+ try {
+ let document = Gd.pdf_loader_load_entry_finish(res);
+ callback(document);
+ } catch (e) {
+ Global.errorHandler.addLoadError(this, e);
+ }
+ }));
}));
},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]