Skip to content

Commit 5e9e1ba

Browse files
chore: update according to code review
Signed-off-by: Nakul Krishnakumar <nakulkrishnakumar86@gmail.com>
1 parent f830c7d commit 5e9e1ba

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/ml/base/cluster/kmeans/metrics/include/stdlib/ml/cluster/base/kmeans

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/ml/base/cluster/kmeans/metrics/include/stdlib/ml/cluster/base/kmeans/metrics.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
* limitations under the License.
1717
*/
1818

19-
#ifndef STDLIB_ML_CLUSTER_BASE_KMEANS_METRICS_H
20-
#define STDLIB_ML_CLUSTER_BASE_KMEANS_METRICS_H
19+
#ifndef STDLIB_ML_BASE_CLUSTER_KMEANS_METRICS_H
20+
#define STDLIB_ML_BASE_CLUSTER_KMEANS_METRICS_H
2121

2222
/**
2323
* Enumeration of distance metrics.
@@ -33,4 +33,4 @@ enum STDLIB_ML_CLUSTER_KMEANS_METRICS {
3333
STDLIB_ML_CLUSTER_KMEANS_CITYBLOCK
3434
};
3535

36-
#endif // !STDLIB_ML_CLUSTER_BASE_KMEANS_METRICS_H
36+
#endif // !STDLIB_ML_BASE_CLUSTER_KMEANS_METRICS_H

0 commit comments

Comments
 (0)