Skip to content

Commit

Permalink
fix whitespace, rm words
Browse files Browse the repository at this point in the history
  • Loading branch information
ajpowelsnl committed Sep 3, 2024
1 parent c1367a5 commit 4749a89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/developer-guides/prs-and-reviews.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Public Interfaces
Internal Implementation
-----------------------

- Format proposed code using clang utility, "clang-format -i," to be consistent with the Kokkos code base
- Format proposed code using clang utility, "clang-format -i," for consistency with the Kokkos code base
- is there unnecessary code duplication
- in particular: is code that can be shared across backends shared?
- did it go in the right sub-part of Kokkos (core, algorithms, containers etc.)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/templates/class_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Examples
Prefer working and compilable examples to prose descriptions (such as "Usage").

Example code should be formatted (in a separate temporary file) using the clang compiler "clang-format -i" utility, and subsequently transferred to documentation entry.
Example code should be formatted (in a separate temporary file) using the clang compiler "clang-format -i" utility, and subsequently transferred to documentation entry.

.. code-block:: cpp
Expand Down

0 comments on commit 4749a89

Please sign in to comment.