Eliminate tabs and trailing spaces.
[oota-llvm.git] / lib / Target / SparcV9 / ModuloScheduling / MSScheduleSB.h
index 3d1ffc97dfca6e029512fdc7559ddaa3d39365ba..40bcb873e22ba0c1335049f0f843b3377e695b1e 100644 (file)
@@ -28,7 +28,7 @@ namespace llvm {
     std::map<int, std::map<int, int> > resourceNumPerCycle;
 
     //Check if all resources are free
-    bool resourcesFree(MSchedGraphSBNode*, int, int II); 
+    bool resourcesFree(MSchedGraphSBNode*, int, int II);
     bool resourceAvailable(int resourceNum, int cycle);
     void useResource(int resourceNum, int cycle);