Skip to content
Snippets Groups Projects
Commit 9bf541ea authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

White-space changes only

parent b1522b36
No related branches found
No related tags found
No related merge requests found
...@@ -594,7 +594,8 @@ void sbbs_t::printnodedat(uint number, node_t* node) ...@@ -594,7 +594,8 @@ void sbbs_t::printnodedat(uint number, node_t* node)
break; break;
default: default:
bputs(ultoa(node->action,tmp,10)); bputs(ultoa(node->action,tmp,10));
break; } break;
}
bputs(node_connection_desc(this, node->connection, tmp)); bputs(node_connection_desc(this, node->connection, tmp));
if(node->action==NODE_DLNG) { if(node->action==NODE_DLNG) {
if(cfg.sys_misc&SM_MILITARY) { if(cfg.sys_misc&SM_MILITARY) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment