Forked from
Reform / reform-boundary-uboot
29294 commits behind the upstream repository.
Masahiro Yamada
authored
Some editors such as Emacs can highlight source files.
But their parser algorithm is not perfect.
If you use one double-quotation alone, some editor cannot
handle it nicely and mark source lines as a string by mistake.
It is preferable to use two double-quotations as a pair.
Signed-off-by:
Masahiro Yamada <yamada.m@jp.panasonic.com>