reindentert til 4 mellomrom

This commit is contained in:
2008-10-08 17:25:20 +00:00
parent 9ab50fbd9b
commit f4fa43c695
2 changed files with 162 additions and 159 deletions

View File

@@ -1,3 +1,5 @@
/* -*- c-basic-offset: 4 -*- */
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>

View File

@@ -1,3 +1,4 @@
/* -*- c-basic-offset: 4 -*- */
#define NONE 0
#define PHARAO 1
@@ -18,9 +19,9 @@ struct square {
/*
struct pieceinfo {
struct pieceinfo {
char ascii[];
} pieceinfo[] = {
} pieceinfo[] = {
{ //NONE
.ascii = { ' ' } }
{ //PHARAO
@@ -33,16 +34,16 @@ struct pieceinfo {
.ascii = { 'o' } }
{ //OBELISK2
.ascii = { '@' } }
};
};
*/
/*
void
print_board() {
void
print_board() {
for (int y=0; y<8; y++)
for (int x=0; x<10; x++)
;
}
}
*/
int