aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin J. Novack <jnovack@gmail.com>2012-09-17 21:47:23 -0400
committerJustin J. Novack <jnovack@gmail.com>2012-09-17 21:47:23 -0400
commit802794fcc585bbb6533c52b6a4c646829bd07b4d (patch)
tree384e6233ef9ad1b386305183a5aecea56a356530
parent89f8c33e5a87e3c6c8d814493dfdab761c24cc46 (diff)
downloadphorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.tar.gz
phorkie-802794fcc585bbb6533c52b6a4c646829bd07b4d.zip
FIX: Files without eol
-rw-r--r--data/templates/display-sidebar-history.htm2
-rw-r--r--data/templates/new.htm2
-rw-r--r--data/templates/pager.htm2
-rw-r--r--src/phorkie/File.php2
-rw-r--r--src/phorkie/GitCommandBinary.php2
-rw-r--r--src/phorkie/HtmlHelper.php2
-rw-r--r--src/phorkie/Repository/Commit.php2
-rw-r--r--src/phorkie/Tool/Manager.php2
-rw-r--r--src/phorkie/Tool/Result.php2
-rw-r--r--src/phorkie/Tool/Result/Line.php2
-rw-r--r--src/phorkie/Tools.php2
-rw-r--r--www/js/phorkie.js2
-rw-r--r--www/tool.php2
13 files changed, 13 insertions, 13 deletions
diff --git a/data/templates/display-sidebar-history.htm b/data/templates/display-sidebar-history.htm
index b3ef9df..bf38884 100644
--- a/data/templates/display-sidebar-history.htm
+++ b/data/templates/display-sidebar-history.htm
@@ -15,4 +15,4 @@
{% else %}
<p>No commits yet</p>
{% endfor %}
-</ul> \ No newline at end of file
+</ul>
diff --git a/data/templates/new.htm b/data/templates/new.htm
index 5b75bba..89c2fe0 100644
--- a/data/templates/new.htm
+++ b/data/templates/new.htm
@@ -37,4 +37,4 @@ $(document).ready(function() {
{% endfor %}
</ul>
{% endif %}
-{% endblock %} \ No newline at end of file
+{% endblock %}
diff --git a/data/templates/pager.htm b/data/templates/pager.htm
index 085a281..9be2b9f 100644
--- a/data/templates/pager.htm
+++ b/data/templates/pager.htm
@@ -45,4 +45,4 @@
{% endif %}
</ul>
</div>
-{% endif %} \ No newline at end of file
+{% endif %}
diff --git a/src/phorkie/File.php b/src/phorkie/File.php
index 331f2e5..f378f60 100644
--- a/src/phorkie/File.php
+++ b/src/phorkie/File.php
@@ -165,4 +165,4 @@ class File
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/GitCommandBinary.php b/src/phorkie/GitCommandBinary.php
index 13a31db..a005349 100644
--- a/src/phorkie/GitCommandBinary.php
+++ b/src/phorkie/GitCommandBinary.php
@@ -12,4 +12,4 @@ class GitCommandBinary extends \VersionControl_Git_Util_Command
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/HtmlHelper.php b/src/phorkie/HtmlHelper.php
index af046cf..ea21ab5 100644
--- a/src/phorkie/HtmlHelper.php
+++ b/src/phorkie/HtmlHelper.php
@@ -25,4 +25,4 @@ class HtmlHelper
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/Repository/Commit.php b/src/phorkie/Repository/Commit.php
index 05c988b..62f1d40 100644
--- a/src/phorkie/Repository/Commit.php
+++ b/src/phorkie/Repository/Commit.php
@@ -70,4 +70,4 @@ class Repository_Commit
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/Tool/Manager.php b/src/phorkie/Tool/Manager.php
index 8e18199..ca93b4a 100644
--- a/src/phorkie/Tool/Manager.php
+++ b/src/phorkie/Tool/Manager.php
@@ -43,4 +43,4 @@ class Tool_Manager
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/Tool/Result.php b/src/phorkie/Tool/Result.php
index 22ea273..94dfe5e 100644
--- a/src/phorkie/Tool/Result.php
+++ b/src/phorkie/Tool/Result.php
@@ -6,4 +6,4 @@ class Tool_Result
public $annotations;
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/Tool/Result/Line.php b/src/phorkie/Tool/Result/Line.php
index a788db6..1fa8bcb 100644
--- a/src/phorkie/Tool/Result/Line.php
+++ b/src/phorkie/Tool/Result/Line.php
@@ -31,4 +31,4 @@ class Tool_Result_Line
}
}
-?> \ No newline at end of file
+?>
diff --git a/src/phorkie/Tools.php b/src/phorkie/Tools.php
index 843b2df..e4aab63 100644
--- a/src/phorkie/Tools.php
+++ b/src/phorkie/Tools.php
@@ -62,4 +62,4 @@ class Tools
}
-?> \ No newline at end of file
+?>
diff --git a/www/js/phorkie.js b/www/js/phorkie.js
index 1171b1a..7078e8f 100644
--- a/www/js/phorkie.js
+++ b/www/js/phorkie.js
@@ -50,4 +50,4 @@ function toggleAdditional(elem, time)
jt.children('i').toggleClass('icon-chevron-down')
.toggleClass('icon-chevron-up');
jt.parents('.row-fluid').children('.additional').toggle(time);
-} \ No newline at end of file
+}
diff --git a/www/tool.php b/www/tool.php
index d42954c..647d6a7 100644
--- a/www/tool.php
+++ b/www/tool.php
@@ -30,4 +30,4 @@ render(
)
);
-?> \ No newline at end of file
+?>