Removed all excess whitespace and standardized line endings.

This commit is contained in:
m3rein
2020-09-05 21:23:16 +02:00
parent caed5bd757
commit 240af4e5e7
219 changed files with 929 additions and 929 deletions

View File

@@ -3,7 +3,7 @@ module Console
GENERIC_READ = 0x80000000
GENERIC_WRITE = 0x40000000
FILE_SHARE_READ = 0x00000001
FILE_SHARE_WRITE = 0x00000002
FILE_SHARE_WRITE = 0x00000002
CONSOLE_TEXTMODE_BUFFER = 0x00000001
def Console::AllocConsole
@@ -76,7 +76,7 @@ module Console
echo "Debug Output:\n"
echo "-------------------------------\n\n"
SetConsoleActiveScreenBuffer(@bufferHandle)
end
end
def self.readInput
length=20
@@ -113,7 +113,7 @@ module Console
def self.readInput2
buffer=0.chr
done=false
input=""
input=""
eventsread=0.chr*4
while !done
if ReadConsole(buffer)==0
@@ -155,4 +155,4 @@ module Kernel
echo(string)
echo("\r\n")
end
end
end