Skip to content

Commit 0f61a64

Browse files
committed
chore: clean-up
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: na - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent a9c5bd5 commit 0f61a64

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/base/dists/laplace/cdf/include/stdlib/stats/base/dists/laplace

1 file changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/base/dists/laplace/cdf/include/stdlib/stats/base/dists/laplace/cdf.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_STATS_BASE_DISTS_CDF_H
20-
#define STDLIB_STATS_BASE_DISTS_CDF_H
19+
#ifndef STDLIB_STATS_BASE_DISTS_LAPLACE_CDF_H
20+
#define STDLIB_STATS_BASE_DISTS_LAPLACE_CDF_H
2121

2222
/*
2323
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.
@@ -35,4 +35,4 @@ double stdlib_base_dists_laplace_cdf( const double x, const double mu, const dou
3535
}
3636
#endif
3737

38-
#endif // !STDLIB_STATS_BASE_DISTS_CDF_H
38+
#endif // !STDLIB_STATS_BASE_DISTS_LAPLACE_CDF_H

0 commit comments

Comments
 (0)