Fiddle whitespace style.

This commit is contained in:
brendan%mozilla.org 2000-06-14 04:46:22 +00:00
parent 09a592f98d
commit 190a0bea06
4 changed files with 13 additions and 13 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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) {

View File

@ -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.