add some more hand-holding language to the startup assistant
[ardour.git] / gtk2_ardour / canvas-noevent-text.h
index f21035440471e258319a920df42b514cbdeabe90..573e0d7a34aa7483d2740ca9a5f3a243c964c266 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * Copyright (C) 2009 Paul Davis <paul@linuxaudiosystems.com>
  *
  * This library is free software; you can redistribute it and/or
@@ -29,7 +29,7 @@ namespace Gnome { namespace Canvas {
 class NoEventText : public Text
 {
   public:
-       NoEventText(Group& parent, double x, double y, const std::string& text) 
+       NoEventText(Group& parent, double x, double y, const std::string& text)
                : Text (parent, x, y, text) {}
         NoEventText(Group& parent)
          : Text (parent) {}