Skip to content

Commit

Permalink
more autoformatting!
Browse files Browse the repository at this point in the history
more autoformatting!
  • Loading branch information
moshehbenavraham committed Mar 12, 2020
1 parent bd960b7 commit d319a1e
Show file tree
Hide file tree
Showing 138 changed files with 57,325 additions and 47,228 deletions.
30 changes: 10 additions & 20 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
/* LuminariMUD Project
By Zusuk
*/

{
"configurations": [
{
"name": "Win32",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}
"configurations": [
{
"name": "Win32",
"includePath": ["${workspaceFolder}/**"],
"defines": ["_DEBUG", "UNICODE", "_UNICODE"],
"intelliSenseMode": "msvc-x64"
}
],
"version": 4
}
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.associations": {
"sysdep.h": "c"
}
}
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# LuminariMUD
# Generated automatically from Makefile.in by configure.
# tbaMUD Makefile.in - Makefile template used by 'configure'
# Clean-up provided by seqwith.
Expand Down
2 changes: 1 addition & 1 deletion SCOPTIONS
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ NOICONS
ONERROR=CONTINUE
INCLUDEDIR=include:netinclude
LIBRARY=LIB:net.lib
LINKEROPTIONS="bufsize 4096"
LINKEROPTIONS="bufsize 4096"
1 change: 0 additions & 1 deletion asciimap.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/**************************************************************************
* File: asciimap.c Part of LuminariMUD *
* Usage: Generates an ASCII map of the player's surroundings. *
Expand Down
1 change: 0 additions & 1 deletion assign_wpn_armor.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

/*****************************************************************************
* assign_wpn_armor.c Part of LuminariMUD
* author: Zusuk
Expand Down
3 changes: 2 additions & 1 deletion dg_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ void extract_trigger(struct trig_data *trig)
}

/* remove all triggers from a mob/obj/room */
void extract_script(void *thing, int type) {
void extract_script(void *thing, int type)
{
struct script_data *sc = NULL;
struct trig_data *trig = NULL, *next_trig = NULL;
char_data *mob = NULL;
Expand Down
1 change: 0 additions & 1 deletion dg_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include "fight.h"
#include "mudlim.h"


/* copied from spell_parser.c: */
#define SINFO spell_info[spellnum]

Expand Down
Loading

0 comments on commit d319a1e

Please sign in to comment.