From 97b2064619a65423ad6206265090808d15847658 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Wed, 26 Mar 2003 16:05:36 +0000 Subject: [PATCH] Fix formatting --- golded3/gedcyg.rc | 2 +- golded3/geedit.cpp | 8 ++++---- golded3/gehdrs.cpp | 4 ++-- golded3/geinit.cpp | 2 +- golded3/gemsgs.cpp | 4 ++-- golded3/geplay.cpp | 12 ++++++------ golded3/gmarea.h | 2 +- 7 files changed, 17 insertions(+), 17 deletions(-) diff --git a/golded3/gedcyg.rc b/golded3/gedcyg.rc index 77a73b2..0c460b9 100644 --- a/golded3/gedcyg.rc +++ b/golded3/gedcyg.rc @@ -1,3 +1,3 @@ -#define ICON_1 1 +#define ICON_1 1 ICON_1 ICON "gedw.ico" diff --git a/golded3/geedit.cpp b/golded3/geedit.cpp index fffc887..c02f0c5 100644 --- a/golded3/geedit.cpp +++ b/golded3/geedit.cpp @@ -2076,9 +2076,9 @@ void IEclass::statusline() { uint tlen = strlen(trig); if(col >= tlen) { if(strneql(trig, currline->txt.c_str()+col-tlen, tlen)) { - int saved_insert = insert; - insert = true; - batch_mode = BATCH_MODE; + int saved_insert = insert; + insert = true; + batch_mode = BATCH_MODE; uint n; for(n=0; nmessageid ? oldmsg->messageid : "")) continue; - if(tokenxchg(dst, "@omsgid", *msg->replys ? msg->replys : "")) - continue; + if(tokenxchg(dst, "@omsgid", *msg->replys ? msg->replys : "")) + continue; if(tokenxchg(dst, "@dname", strbtrim(strtmp(oldmsg->To())), 34, 3, (int)msg->to_me(), (int)msg->to_you(), (int)oldmsg->to_all())) continue; diff --git a/golded3/geplay.cpp b/golded3/geplay.cpp index 35b26df..d1fdb33 100644 --- a/golded3/geplay.cpp +++ b/golded3/geplay.cpp @@ -213,7 +213,7 @@ int MakeNoise(int type) { case SND_SAYBIBI: Beep(440, 111); - NoSound(); + NoSound(); break; case SND_TOYOU: @@ -221,13 +221,13 @@ int MakeNoise(int type) { Beep(n, 18); for(; n>100; n-=400) Beep(n, 18); - NoSound(); + NoSound(); break; case SND_THEEND: Beep(220, 111); Beep(110, 167); - NoSound(); + NoSound(); break; case SND_GOTIT: @@ -235,14 +235,14 @@ int MakeNoise(int type) { Beep(220, 56); Beep(110, 56); Beep(220, 111); - NoSound(); + NoSound(); break; case SND_TOOBAD: Beep(440, 111); Beep(220, 111); Beep(110, 167); - NoSound(); + NoSound(); break; case SND_S_O_S: @@ -263,7 +263,7 @@ int MakeNoise(int type) { Beep(1000, 56); Sleep(111); Beep(1000, 56); - NoSound(); + NoSound(); break; } } diff --git a/golded3/gmarea.h b/golded3/gmarea.h index 4bdddde..74a77c9 100644 --- a/golded3/gmarea.h +++ b/golded3/gmarea.h @@ -71,7 +71,7 @@ public: int charsetlevel; // Charset level int charsetencoding; // Charset encoding format (GCHENC_*) - int tzutc; // TZUTC kludge + int tzutc; // TZUTC kludge char tagline[80]; // Tagline for msg char tearline[80]; // Tearline for msg