diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:27:24 -0400 |
commit | dda4bbb387c36b534e1a37cad978937807befab8 (patch) | |
tree | 43a0bff291eadc983908dcd63c26ee5c3465992e /libraries/crossguid | |
parent | 3155435a2786d8ad55307a8b2d5969507a78e40a (diff) |
libraries/crossguid: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/crossguid')
-rw-r--r-- | libraries/crossguid/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/crossguid/README b/libraries/crossguid/README index 06bdd5027ae8..244e3d943e59 100644 --- a/libraries/crossguid/README +++ b/libraries/crossguid/README @@ -1,3 +1,3 @@ -CrossGuid is a minimal, cross platform, C++ GUID library. It uses the best -native GUID/UUID generator on the given platform and had a generic class for -parsing, stringifying, and comparing IDs. +CrossGuid is a minimal, cross platform, C++ GUID library. It uses +the best native GUID/UUID generator on the given platform and had a +generic class for parsing, stringifying, and comparing IDs. |