Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
G
golang
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
golang
Commits
a88d8281
Commit
a88d8281
authored
Mar 19, 2013
by
Oling Cat
Committed by
Russ Cox
Mar 19, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unicode: remove an extra space
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/7856044
parent
4aeb0fc0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
maketables.go
src/pkg/unicode/maketables.go
+1
-1
tables.go
src/pkg/unicode/tables.go
+1
-1
No files found.
src/pkg/unicode/maketables.go
View file @
a88d8281
...
...
@@ -440,7 +440,7 @@ func printCategories() {
varDecl
=
"
\t
Letter = _L; // Letter/L is the set of Unicode letters, category L.
\n
"
varDecl
+=
"
\t
L = _L
\n
"
case
"M"
:
varDecl
=
"
\t
Mark = _M; // Mark/M is the set of Unicode mark characters, category
M.
\n
"
varDecl
=
"
\t
Mark = _M; // Mark/M is the set of Unicode mark characters, category M.
\n
"
varDecl
+=
"
\t
M = _M
\n
"
case
"N"
:
varDecl
=
"
\t
Number = _N; // Number/N is the set of Unicode number characters, category N.
\n
"
...
...
src/pkg/unicode/tables.go
View file @
a88d8281
...
...
@@ -2864,7 +2864,7 @@ var (
Lo
=
_Lo
// Lo is the set of Unicode characters in category Lo.
Lower
=
_Ll
// Lower is the set of Unicode lower case letters.
Ll
=
_Ll
// Ll is the set of Unicode characters in category Ll.
Mark
=
_M
// Mark/M is the set of Unicode mark characters, category
M.
Mark
=
_M
// Mark/M is the set of Unicode mark characters, category M.
M
=
_M
Mc
=
_Mc
// Mc is the set of Unicode characters in category Mc.
Me
=
_Me
// Me is the set of Unicode characters in category Me.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment