Reformat.
[ardour.git] / libs / ardour / ardour / cycle_timer.h
index 28615330255e00a7aca6d37601ad30a6e46a23f8..146b393a6367399e23a124c1c1c02e698e68b2b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2002 Paul Davis 
+    Copyright (C) 2002 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -31,7 +31,7 @@ class CycleTimer {
        cycles_t _entry;
        cycles_t _exit;
        std::string _name;
-       
+
   public:
        CycleTimer(std::string name) : _name (name){
                if (cycles_per_usec == 0) {