From 79d1cc1cc5c78b63daaf7bfb1446541dd878a1d7 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 25 Jun 2012 19:12:05 +0000
Subject: [PATCH] Usunięcie pustych linii na końcach plików.

---
 class/config.php       |    2 +-
 class/BotUser.php      |    2 +-
 data/tv/pobierz.php    |    2 +-
 data/tv/wp_parse.php   |    2 +-
 data/lotto/pobierz.php |    2 +-
 class/BotSession.php   |    2 +-
 modules/50_lotto.php   |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/class/BotSession.php b/class/BotSession.php
index 20088e3..9c7a5b0 100644
--- a/class/BotSession.php
+++ b/class/BotSession.php
@@ -149,4 +149,4 @@
 		$st->execute(array($this->class));
 	}
 }
-?>
+?>
\ No newline at end of file
diff --git a/class/BotUser.php b/class/BotUser.php
index 1326f8c..c2b209a 100644
--- a/class/BotUser.php
+++ b/class/BotUser.php
@@ -59,4 +59,4 @@
 		return $this->$name;
 	}
 }
-?>
+?>
\ No newline at end of file
diff --git a/class/config.php b/class/config.php
index bfb7d08..c9061f8 100644
--- a/class/config.php
+++ b/class/config.php
@@ -13,4 +13,4 @@
 		),
 	);
 }
-?>
+?>
\ No newline at end of file
diff --git a/data/lotto/pobierz.php b/data/lotto/pobierz.php
index 1536197..2dc91d0 100644
--- a/data/lotto/pobierz.php
+++ b/data/lotto/pobierz.php
@@ -211,4 +211,4 @@
 echo OK;
 
 $lotto->pobierz();
-?>
+?>
\ No newline at end of file
diff --git a/data/tv/pobierz.php b/data/tv/pobierz.php
index 9706a9d..12fc829 100644
--- a/data/tv/pobierz.php
+++ b/data/tv/pobierz.php
@@ -114,4 +114,4 @@
 	}
 }
 echo OK;
-?>
+?>
\ No newline at end of file
diff --git a/data/tv/wp_parse.php b/data/tv/wp_parse.php
index f3cb7c7..a944be5 100644
--- a/data/tv/wp_parse.php
+++ b/data/tv/wp_parse.php
@@ -132,4 +132,4 @@
 		}
 	}
 }
-?>
+?>
\ No newline at end of file
diff --git a/modules/50_lotto.php b/modules/50_lotto.php
index 1984b1c..86dd829 100644
--- a/modules/50_lotto.php
+++ b/modules/50_lotto.php
@@ -128,4 +128,4 @@
 		GGapi::putText(trim($txt));
 	}
 }
-?>
+?>
\ No newline at end of file

--
Gitblit v1.9.1