Commit 26215c30 authored by dmazzoni's avatar dmazzoni Committed by Commit bot

Quick fix for backslash in ascii art interpreted as multi-line comment

BUG=none
TBR=chirantan,xiyuan
NOTRY=true

Review URL: https://codereview.chromium.org/568853002

Cr-Commit-Position: refs/heads/master@{#294635}
parent 5831c275
...@@ -44,13 +44,13 @@ namespace chromeos { ...@@ -44,13 +44,13 @@ namespace chromeos {
// The 36 points are defined as follows: // The 36 points are defined as follows:
// //
// 2 3------------------------------4 5 // 2 3------------------------------4 5
// / \ // / |
// 1 6 // 1 6
// | First line of paragraph | // | First line of paragraph |
// 0 7 // 0 7
// / \ // / |
// 32 33-34 35 8 9---------------10 11 // 32 33-34 35 8 9---------------10 11
// / \ // / |
// 31 Middle line of paragraph.......................... 12 // 31 Middle line of paragraph.......................... 12
// | | // | |
// | | // | |
...@@ -58,13 +58,13 @@ namespace chromeos { ...@@ -58,13 +58,13 @@ namespace chromeos {
// | | // | |
// | | // | |
// 30 Middle line of paragraph.......................... 13 // 30 Middle line of paragraph.......................... 13
// \ / // | |
// 29 28---------27 26 17 16---------15 14 // 29 28---------27 26 17 16---------15 14
// \ / // | |
// 25 18 // 25 18
// | Last line of paragraph | // | Last line of paragraph |
// 24 19 // 24 19
// \ / // | |
// 23 22-----------------------21 20 // 23 22-----------------------21 20
struct AccessibilityFocusRing { struct AccessibilityFocusRing {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment