Skip to content

Commit 1c7c8e4

Browse files
Committing clang-format changes
1 parent 984624e commit 1c7c8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/api/pdc_client_connect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1354,7 +1354,7 @@ PDC_Client_mercury_init(hg_class_t **hg_class, hg_context_t **hg_context, int po
13541354
{
13551355
perr_t ret_value = SUCCEED;
13561356
char na_info_string[NA_STRING_INFO_LEN];
1357-
char* hostname;
1357+
char * hostname;
13581358
int local_server_id;
13591359
/* Set the default mercury transport
13601360
* but enable overriding that to any of:

src/server/pdc_server.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ PDC_Server_init(int port, hg_class_t **hg_class, hg_context_t **hg_context)
783783
int i = 0;
784784
char self_addr_string[ADDR_MAX];
785785
char na_info_string[NA_STRING_INFO_LEN];
786-
char* hostname;
786+
char * hostname;
787787
struct hg_init_info init_info = {0};
788788

789789
/* Set the default mercury transport

0 commit comments

Comments
 (0)