Discussion:
[Lazarus] Cosmetically fix HeaderSrc const
AlexeyT via Lazarus
2018-07-13 22:04:58 UTC
Permalink
IMO such const will be nicer to read in package files. so I fixed it.
before it was like

{ ddddddddddddddd

   ddddddddddddddd

}

Now it's like

// dddddddddddddd

// dddddddddddddd
--
Regards,
Alexey
Michael Van Canneyt via Lazarus
2018-07-14 07:51:01 UTC
Permalink
IMO such const will be nicer to read in package files. so I fixed it. before
it was like
{ ddddddddddddddd
   ddddddddddddddd
}
Now it's like
// dddddddddddddd
// dddddddddddddd
Actually, I prefer the { } way.

Michael.

Loading...