* ./io/openChams:

- Typo: Newlines at end of file, case sensitiveness. Shows only under Linux,
        not Mac OSX/Xcode.
This commit is contained in:
Jean-Paul Chaput 2010-01-29 10:49:15 +00:00
parent 50b9cdf2cd
commit 8246109d3d
4 changed files with 8 additions and 5 deletions

View File

@ -60,3 +60,4 @@ void Instance::connect(Name connectorName, Name netName) {
} }
} }
} }

View File

@ -1,5 +1,5 @@
/* /*
* NetList.cpp * Netlist.cpp
* openChams * openChams
* *
* Created by damien dupuis on 12/01/10. * Created by damien dupuis on 12/01/10.
@ -11,7 +11,7 @@
#include <algorithm> #include <algorithm>
using namespace std; using namespace std;
#include "NetList.h" #include "Netlist.h"
#include "Circuit.h" #include "Circuit.h"
#include "OpenChamsException.h" #include "OpenChamsException.h"

View File

@ -25,3 +25,4 @@ class OpenChamsException {
}; };
} // namespace } // namespace
#endif #endif

View File

@ -56,3 +56,4 @@ inline Name Schematic::Infos::getSymetry() { return _sym; };
} // namespace } // namespace
#endif #endif