Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
Meng Zhang committed Oct 6, 2012
1 parent 3b7fb03 commit 44529d9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions color/color.go
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@
// //
// Full color syntax code // Full color syntax code
// @{rgbcmykwRGBCMYKW} foreground/background color // @{rgbcmykwRGBCMYKW} foreground/background color
// r/R Red // r/R: Red
// g/G Green // g/G: Green
// b/B Blue // b/B: Blue
// c/C Cyan // c/C: Cyan
// m/M Magenta // m/M: Magenta
// y/Y Yellow // y/Y: Yellow
// k/K Black // k/K: Black
// w/W White // w/W: White
// @{|} Reset format style // @{|} Reset format style
// @{!./_} Bold / Dim / Italic / Underline // @{!./_} Bold / Dim / Italic / Underline
// @{^&} Blink / Fast blink // @{^&} Blink / Fast blink
Expand Down

0 comments on commit 44529d9

Please sign in to comment.