Skip to content

Commit d36977d

Browse files
committed
Add some whitespace to README
Signed-off-by: Alastair D'Silva <alastair@d-silva.org>
1 parent b0675d5 commit d36977d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,13 @@ A typical use of libocxl will follow this pattern:
7272

7373
# Development
7474
The following environment variables may be set (to 1 or "YES") to assist with development:
75+
7576
**LIBOCXL_INFO** Print information about the LibOCXL build to stderr. This should be included in any bug reports.
77+
7678
**LIBOCXL_TRACE_ALL** Force AFU interaction trace messages to be emitted for all AFUs unless explicitly disabled.
79+
7780
**LIBOCXL_VERBOSE_ERRORS_ALL** Force verbose errors to be emitted for any failed LibOCXL calls, unless explicitly disabled.
7881

7982
Patches may be submitted via Github pull requests. Please prepare your patches
8083
by running `make precommit` before committing your work, and addressing any warnings & errors reported.
81-
Patches must compile cleanly with the latest stable version of GCC to be accepted.
84+
Patches must compile cleanly with the latest stable version of GCC to be accepted.

0 commit comments

Comments
 (0)