Skip to content

Commit 7df7879

Browse files
committed
Convert file from CRLF to LF line endings
This patch removes Windows-style CRLF line terminators and converts the file to Unix-style LF line endings. No functional changes are made; this only normalizes formatting to match the project's coding conventions. Signed-off-by: Abhinav Parihar <parihar@qti.qualcomm.com>
1 parent 2dbc102 commit 7df7879

2 files changed

Lines changed: 236 additions & 239 deletions

File tree

inc/fastrpc_config_parser.h

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2-
// SPDX-License-Identifier: BSD-3-Clause-Clear
3-
4-
#ifndef FASTRPC_YAML_PARSER_H
5-
#define FASTRPC_YAML_PARSER_H
6-
7-
// DEFAULT_DSP_SEARCH_PATHS intentionally left empty - these paths should be provided through configuration files
8-
#ifndef DEFAULT_DSP_SEARCH_PATHS
9-
#define DEFAULT_DSP_SEARCH_PATHS ""
10-
#endif
11-
#define DSP_LIB_KEY "DSP_LIBRARY_PATH"
12-
13-
extern char DSP_LIBS_LOCATION[PATH_MAX];
14-
15-
void configure_dsp_paths();
16-
17-
#endif /*FASTRPC_YAML_PARSER_H*/
1+
// Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
2+
// SPDX-License-Identifier: BSD-3-Clause-Clear
3+
4+
#ifndef FASTRPC_YAML_PARSER_H
5+
#define FASTRPC_YAML_PARSER_H
6+
7+
// DEFAULT_DSP_SEARCH_PATHS intentionally left empty - these paths should be provided through configuration files
8+
#ifndef DEFAULT_DSP_SEARCH_PATHS
9+
#define DEFAULT_DSP_SEARCH_PATHS ""
10+
#endif
11+
#define DSP_LIB_KEY "DSP_LIBRARY_PATH"
12+
13+
extern char DSP_LIBS_LOCATION[PATH_MAX];
14+
15+
void configure_dsp_paths();
16+
17+
#endif /*FASTRPC_YAML_PARSER_H*/

0 commit comments

Comments
 (0)