Fix inconsistent spacing in reference grammar

The identifier fields were using spaces while the rest
of the lines were using tabs!

Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
Derek McGowan 2017-01-18 13:34:02 -08:00
parent 954b4e8154
commit c6f5b6bf15
No known key found for this signature in database
GPG Key ID: F58C5D0A4405ACDB
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
// digest-algorithm-component := /[A-Za-z][A-Za-z0-9]*/
// digest-hex := /[0-9a-fA-F]{32,}/ ; At least 128 bit digest value
//
// identifier := /[a-f0-9]{64}/
// short-identifier := /[a-f0-9]{6,64}/
// identifier := /[a-f0-9]{64}/
// short-identifier := /[a-f0-9]{6,64}/
package reference
import (