-
- Downloads
Bug 1412427 part 5: Deindent over-indented MPL boilerplate comments down to 1...
Bug 1412427 part 5: Deindent over-indented MPL boilerplate comments down to 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/\. \*/" # Strip off 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: EwCjyajgY4W --HG-- extra : rebase_source : c61ca17ba556290d1f27af0a0c84e2ccc5371a36
Showing
- gfx/2d/DrawTargetDual.cpp 1 addition, 1 deletiongfx/2d/DrawTargetDual.cpp
- gfx/2d/DrawTargetDual.h 1 addition, 1 deletiongfx/2d/DrawTargetDual.h
- gfx/2d/ExtendInputEffectD2D1.cpp 3 additions, 3 deletionsgfx/2d/ExtendInputEffectD2D1.cpp
- gfx/2d/ExtendInputEffectD2D1.h 3 additions, 3 deletionsgfx/2d/ExtendInputEffectD2D1.h
- gfx/2d/RadialGradientEffectD2D1.cpp 3 additions, 3 deletionsgfx/2d/RadialGradientEffectD2D1.cpp
- gfx/2d/RadialGradientEffectD2D1.h 3 additions, 3 deletionsgfx/2d/RadialGradientEffectD2D1.h
- gfx/2d/SourceSurfaceDual.h 1 addition, 1 deletiongfx/2d/SourceSurfaceDual.h
Loading
Please register or sign in to comment