From 25bd99ea145109d3bd4dbc434596774bed6c5f80 Mon Sep 17 00:00:00 2001 From: Naim Date: Thu, 14 Mar 2024 17:58:09 +0100 Subject: [PATCH] Remove trailing whitespace --- cpp/examples/README.md | 6 +++--- cpp/examples/build.sh | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/examples/README.md b/cpp/examples/README.md index 273bbc8ec11..de75e682389 100644 --- a/cpp/examples/README.md +++ b/cpp/examples/README.md @@ -1,5 +1,5 @@ # libcugraph examples - + ## Contents @@ -10,10 +10,10 @@ - multi_gpu_application: example code on how to use libgraph to run different graph algorithms in multi-GPU. - developers: Example codes to demonstrate graph partition and primitives in cugraph. - + - graph_partition: code to explain vertex and edge partitioning in cugraph. - - cugraph_operations: example code for using cugraph primitives for simple graph operations needed to implement graph algorithms. + - cugraph_operations: example code for using cugraph primitives for simple graph operations needed to implement graph algorithms. ## Build instructions: diff --git a/cpp/examples/build.sh b/cpp/examples/build.sh index f7db31e7503..050ac3771d8 100755 --- a/cpp/examples/build.sh +++ b/cpp/examples/build.sh @@ -2,7 +2,7 @@ # Copyright (c) 2024, NVIDIA CORPORATION. -# script for building libcugraph examples +# script for building libcugraph examples # Parallelism control PARALLEL_LEVEL=${PARALLEL_LEVEL:-8}