-
- Downloads
Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space,...
Bug 1412427 part 4: Indent under-indented MPL boilerplate comments by 1 space, for consistency & alignment. (whitespace-only) r=jrmuizel This patch was automatically generated. I found the files to be fixed in this patch with the following command: grep -r "^\* This Source Code" gfx ...and then I modified each of these files with the following script (where $1 is the filename to be modified): ### line1="\* This Source Code Form is subject to the terms of the Mozilla Public" line2="\* License, v\. 2\.0\. If a copy of the MPL was not distributed with this" line3="\* file, You can obtain one at http://mozilla\.org/MPL/2\.0/\. \*/" # Insert 1 space at beginning: sed -i s%"^$line1"%" $line1"% $1 sed -i s%"^$line2"%" $line2"% $1 sed -i s%"^$line3"%" $line3"% $1 ### MozReview-Commit-ID: HXBMrfnhlVr --HG-- extra : rebase_source : de4c78563711f8366e2978c5199a5041875fbe38
Showing
- gfx/2d/AutoHelpersWin.h 3 additions, 3 deletionsgfx/2d/AutoHelpersWin.h
- gfx/layers/Compositor.h 3 additions, 3 deletionsgfx/layers/Compositor.h
- gfx/layers/CompositorTypes.h 3 additions, 3 deletionsgfx/layers/CompositorTypes.h
- gfx/layers/Effects.h 3 additions, 3 deletionsgfx/layers/Effects.h
- gfx/layers/SyncObject.cpp 3 additions, 3 deletionsgfx/layers/SyncObject.cpp
- gfx/layers/SyncObject.h 3 additions, 3 deletionsgfx/layers/SyncObject.h
- gfx/layers/TextureSourceProvider.cpp 3 additions, 3 deletionsgfx/layers/TextureSourceProvider.cpp
- gfx/layers/TextureSourceProvider.h 3 additions, 3 deletionsgfx/layers/TextureSourceProvider.h
- gfx/layers/basic/BasicCompositor.cpp 3 additions, 3 deletionsgfx/layers/basic/BasicCompositor.cpp
- gfx/layers/basic/BasicCompositor.h 3 additions, 3 deletionsgfx/layers/basic/BasicCompositor.h
- gfx/layers/basic/TextureHostBasic.cpp 3 additions, 3 deletionsgfx/layers/basic/TextureHostBasic.cpp
- gfx/layers/basic/TextureHostBasic.h 3 additions, 3 deletionsgfx/layers/basic/TextureHostBasic.h
- gfx/layers/basic/X11BasicCompositor.cpp 3 additions, 3 deletionsgfx/layers/basic/X11BasicCompositor.cpp
- gfx/layers/basic/X11BasicCompositor.h 3 additions, 3 deletionsgfx/layers/basic/X11BasicCompositor.h
- gfx/layers/client/TextureClientPool.cpp 3 additions, 3 deletionsgfx/layers/client/TextureClientPool.cpp
- gfx/layers/client/TextureClientPool.h 3 additions, 3 deletionsgfx/layers/client/TextureClientPool.h
- gfx/layers/client/TextureClientRecycleAllocator.cpp 3 additions, 3 deletionsgfx/layers/client/TextureClientRecycleAllocator.cpp
- gfx/layers/client/TextureClientRecycleAllocator.h 3 additions, 3 deletionsgfx/layers/client/TextureClientRecycleAllocator.h
- gfx/layers/composite/TextureHost.h 3 additions, 3 deletionsgfx/layers/composite/TextureHost.h
- gfx/layers/d3d11/MLGDeviceD3D11.cpp 3 additions, 3 deletionsgfx/layers/d3d11/MLGDeviceD3D11.cpp
Loading
Please register or sign in to comment