mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 07:13:20 +00:00
Bug 1519636 - Ride along: remove trailing whitespaces r=Ehsan
# ignore-this-changeset Differential Revision: https://phabricator.services.mozilla.com/D38058 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
e77bfc655d
commit
2ff79fb0d5
24096
gfx/2d/ShadersD2D.h
24096
gfx/2d/ShadersD2D.h
File diff suppressed because it is too large
Load Diff
2174
gfx/2d/ShadersD2D1.h
2174
gfx/2d/ShadersD2D1.h
File diff suppressed because it is too large
Load Diff
@ -248,7 +248,7 @@ NativeRegExpMacroAssembler::GenerateCode(JSContext* cx, bool match_only)
|
||||
Label load_char_start_regexp, start_regexp;
|
||||
|
||||
// Load newline if index is at start, previous character otherwise.
|
||||
masm.branchPtr(Assembler::NotEqual,
|
||||
masm.branchPtr(Assembler::NotEqual,
|
||||
Address(masm.getStackPointer(), offsetof(FrameData, startIndex)), ImmWord(0),
|
||||
&load_char_start_regexp);
|
||||
masm.movePtr(ImmWord('\n'), current_character);
|
||||
|
@ -61,7 +61,7 @@ extern "C" {
|
||||
*
|
||||
* @section page_ifaces_gtk_primary_selection Interfaces
|
||||
* - @subpage page_iface_gtk_primary_selection_device_manager - X primary selection emulation
|
||||
* - @subpage page_iface_gtk_primary_selection_device -
|
||||
* - @subpage page_iface_gtk_primary_selection_device -
|
||||
* - @subpage page_iface_gtk_primary_selection_offer - offer to transfer primary selection contents
|
||||
* - @subpage page_iface_gtk_primary_selection_source - offer to replace the contents of the primary selection
|
||||
* @section page_copyright_gtk_primary_selection Copyright
|
||||
|
Loading…
Reference in New Issue
Block a user