[ease] Formatting.



commit 1350b86b367614103f6e683bef01858024d93de6
Author: Nate Stedman <natesm gmail com>
Date:   Tue Jun 1 17:55:15 2010 -0400

    Formatting.

 src/PDFExporter.vala |    2 +-
 src/Transitions.vala |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/PDFExporter.vala b/src/PDFExporter.vala
index c5a917f..a3c0b24 100644
--- a/src/PDFExporter.vala
+++ b/src/PDFExporter.vala
@@ -46,7 +46,7 @@ public static class Ease.PDFExporter : Object
 		{
 			// create a PDF surface
 			var surface = new Cairo.PdfSurface(path,
-				                               document.width, document.height);
+			                                   document.width, document.height);
 		
 			var context = new Cairo.Context(surface);
 		
diff --git a/src/Transitions.vala b/src/Transitions.vala
index 16f417f..0d9c6bc 100644
--- a/src/Transitions.vala
+++ b/src/Transitions.vala
@@ -22,7 +22,7 @@
  * information about each transition and each transition's variants.
  */
 public static class Ease.Transitions : GLib.Object
-{	                                  
+{
 	private static Transition[] transitions;
 	
 	public static int size { get { return transitions.length; } }
@@ -94,7 +94,7 @@ public static class Ease.Transitions : GLib.Object
 	/**
 	 * Returns the string name of a transition.
 	 *
-	 * @param type The { link TransitionType} to find a name for..
+	 * @param type The { link TransitionType} to find a name for.
 	 */
 	public static string get_name(TransitionType type)
 	{



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]