From 190a0bea06b5a108b3a1df63c627cae78cfbc896 Mon Sep 17 00:00:00 2001 From: "brendan%mozilla.org" Date: Wed, 14 Jun 2000 04:46:22 +0000 Subject: [PATCH] Fiddle whitespace style. --- string/obsolete/nsXPIDLString.h | 8 ++++---- xpcom/ds/nsXPIDLString.h | 8 ++++---- xpcom/sample/nsSample.js | 2 +- xpcom/string/obsolete/nsXPIDLString.h | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/string/obsolete/nsXPIDLString.h b/string/obsolete/nsXPIDLString.h index 3cd75524e175..0565a1155a87 100644 --- a/string/obsolete/nsXPIDLString.h +++ b/string/obsolete/nsXPIDLString.h @@ -252,10 +252,10 @@ public: virtual ~nsXPIDLCString(); - /** - * Assign a single-byte string to this wrapper. Copies and owns the result. - */ - nsXPIDLCString& operator =(const char* aString); + /** + * Assign a single-byte string to this wrapper. Copies and owns the result. + */ + nsXPIDLCString& operator =(const char* aString); /** * Return a reference to the immutable single-byte string. diff --git a/xpcom/ds/nsXPIDLString.h b/xpcom/ds/nsXPIDLString.h index 3cd75524e175..0565a1155a87 100644 --- a/xpcom/ds/nsXPIDLString.h +++ b/xpcom/ds/nsXPIDLString.h @@ -252,10 +252,10 @@ public: virtual ~nsXPIDLCString(); - /** - * Assign a single-byte string to this wrapper. Copies and owns the result. - */ - nsXPIDLCString& operator =(const char* aString); + /** + * Assign a single-byte string to this wrapper. Copies and owns the result. + */ + nsXPIDLCString& operator =(const char* aString); /** * Return a reference to the immutable single-byte string. diff --git a/xpcom/sample/nsSample.js b/xpcom/sample/nsSample.js index 50d21539e3f0..096fdde5ad9c 100644 --- a/xpcom/sample/nsSample.js +++ b/xpcom/sample/nsSample.js @@ -23,7 +23,7 @@ mySample.prototype = { * properties on the JS object, follow the expected rules for prototype * delegation, and make a mean cup of coffee. */ - get value() { return this.val; }, + get value() { return this.val; }, set value(newval) { return this.val = newval; }, writeValue: function (aPrefix) { diff --git a/xpcom/string/obsolete/nsXPIDLString.h b/xpcom/string/obsolete/nsXPIDLString.h index 3cd75524e175..0565a1155a87 100644 --- a/xpcom/string/obsolete/nsXPIDLString.h +++ b/xpcom/string/obsolete/nsXPIDLString.h @@ -252,10 +252,10 @@ public: virtual ~nsXPIDLCString(); - /** - * Assign a single-byte string to this wrapper. Copies and owns the result. - */ - nsXPIDLCString& operator =(const char* aString); + /** + * Assign a single-byte string to this wrapper. Copies and owns the result. + */ + nsXPIDLCString& operator =(const char* aString); /** * Return a reference to the immutable single-byte string.