mirror of
https://github.com/Tiiffi/mcrcon.git
synced 2025-10-27 19:31:07 -04:00
Fixed indentation.
This commit is contained in:
9
mcrcon.c
9
mcrcon.c
@ -557,11 +557,10 @@ void print_color(int color)
|
|||||||
/* this hacky mess might use some optimizing */
|
/* this hacky mess might use some optimizing */
|
||||||
void packet_print(rc_packet *packet)
|
void packet_print(rc_packet *packet)
|
||||||
{
|
{
|
||||||
if (raw_output == 1) {
|
if (raw_output == 1) {
|
||||||
for(int i = 0; packet->data[i] != 0; ++i) putchar(packet->data[i]);
|
for(int i = 0; packet->data[i] != 0; ++i) putchar(packet->data[i]);
|
||||||
|
return;
|
||||||
return;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
int i;
|
int i;
|
||||||
int def_color = 0;
|
int def_color = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user