зеркало из https://github.com/mozilla/gecko-dev.git
Fiddle whitespace style.
This commit is contained in:
Родитель
09a592f98d
Коммит
190a0bea06
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
|
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче