Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(861)

Unified Diff: Source/core/editing/ModifySelectionListLevel.h

Issue 20294002: Fix trailing whitespace in .cpp, .h, and .idl files (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/editing/ModifySelectionListLevel.h
diff --git a/Source/core/editing/ModifySelectionListLevel.h b/Source/core/editing/ModifySelectionListLevel.h
index ad03f2a310d598a6d76f3838a6879a9268f49e2c..9c2f5e779fa1ac5d9337972e30175a6f15d1a9a9 100644
--- a/Source/core/editing/ModifySelectionListLevel.h
+++ b/Source/core/editing/ModifySelectionListLevel.h
@@ -20,7 +20,7 @@
* PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
* OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef ModifySelectionListLevel_h
@@ -36,13 +36,13 @@ namespace WebCore {
class ModifySelectionListLevelCommand : public CompositeEditCommand {
protected:
explicit ModifySelectionListLevelCommand(Document*);
-
+
void appendSiblingNodeRange(Node* startNode, Node* endNode, Element* newParent);
void insertSiblingNodeRangeBefore(Node* startNode, Node* endNode, Node* refNode);
void insertSiblingNodeRangeAfter(Node* startNode, Node* endNode, Node* refNode);
private:
- virtual bool preservesTypingStyle() const;
+ virtual bool preservesTypingStyle() const;
};
// IncreaseSelectionListLevelCommand moves the selected list items one level deeper.
@@ -61,7 +61,7 @@ private:
{
return adoptRef(new IncreaseSelectionListLevelCommand(document, type));
}
-
+
IncreaseSelectionListLevelCommand(Document*, Type);
virtual void doApply();
« no previous file with comments | « Source/core/editing/MergeIdenticalElementsCommand.cpp ('k') | Source/core/editing/ModifySelectionListLevel.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698