- Add newlines at the end of source files. I hope not having to do this

frequently! (it's a two-liner script, but nevertheless...)


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@355 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-19 22:36:24 +00:00
parent b9c4813f11
commit 8c05219cec
49 changed files with 49 additions and 5 deletions

View File

@ -145,3 +145,4 @@ History::truncate_at(int instant)

View File

@ -70,3 +70,4 @@ namespace sgpem
#endif //HISTORY_H

View File

@ -61,3 +61,4 @@ ObservedSubject::detach(Observer* o)
return true;
}

View File

@ -53,3 +53,4 @@ namespace sgpem
#endif

View File

@ -38,4 +38,4 @@ const PolicyParameters&
Policy::get_parameters() const
{
return _parameters;
}
}

View File

@ -62,4 +62,4 @@ namespace sgpem
#endif
#endif

View File

@ -25,3 +25,4 @@
PolicyManager::~PolicyManager()
{
}

View File

@ -41,3 +41,4 @@ namespace sgpem
} //~ namespace sgpem
#endif

View File

@ -218,3 +218,4 @@ PolicyParameters::get_string(ustring name) const
else
return i->second.get_value();
}

View File

@ -114,4 +114,4 @@ namespace sgpem
#include "../templates/parameter.tcc"
#endif
#endif

View File

@ -36,3 +36,4 @@ Process::get_type() const
{
return "Process";
}

View File

@ -49,3 +49,4 @@ namespace sgpem
}
#endif

View File

@ -25,3 +25,4 @@ using namespace std;
PythonPolicy::PythonPolicy()
{
}

View File

@ -58,3 +58,4 @@ namespace sgpem
}
#endif

View File

@ -69,3 +69,4 @@ PythonPolicyManager::init()
}

View File

@ -52,3 +52,4 @@ namespace sgpem
}
#endif

View File

@ -59,3 +59,4 @@ Schedulable::get_name() const
{
return _name;
}

View File

@ -59,3 +59,4 @@ namespace sgpem
}
#endif

View File

@ -199,3 +199,4 @@ SchedulableList::has_same_objects(const SchedulableList& dx) const
return true;
}

View File

@ -63,3 +63,4 @@ namespace sgpem
#endif //SCHEDULABLE_LIST_HH

View File

@ -78,3 +78,4 @@ SchedulableStatus::operator==(const SchedulableStatus& dx) const
}

View File

@ -73,3 +73,4 @@ namespace sgpem
#endif

View File

@ -160,3 +160,4 @@ Scheduler::step_forward()

View File

@ -74,3 +74,4 @@ namespace sgpem

View File

@ -51,3 +51,4 @@ Slice::set_duration(const int& i)
{
_duration = i;
}

View File

@ -55,3 +55,4 @@ namespace sgpem
} //~ namespace sgpem
#endif

View File

@ -94,3 +94,4 @@ int_to_string(const int& num, ustring& str)
str = '-' + str;
}

View File

@ -31,3 +31,4 @@
#endif

View File

@ -60,3 +60,4 @@ namespace sgpem {
}
#endif

View File

@ -90,4 +90,4 @@ bool
GraphicalTerminalIO::is_full_duplex()
{
return true;
}
}

View File

@ -62,3 +62,4 @@ namespace sgpem {
}
#endif

View File

@ -58,3 +58,4 @@ namespace sgpem {
#endif

View File

@ -170,3 +170,4 @@ main(int argc, char* argv[])
*/
return 0;
}

View File

@ -22,3 +22,4 @@
#define MAIN_HH 1
#endif

View File

@ -48,3 +48,4 @@ MainWindow::MainWindow()
MainWindow::~MainWindow()
{}

View File

@ -51,3 +51,4 @@ namespace sgpem {
} //~ namespace sgpem
#endif

View File

@ -29,3 +29,4 @@ Observer::Observer()
Observer::~Observer()
{
}

View File

@ -49,3 +49,4 @@ namespace sgpem
#endif

View File

@ -116,3 +116,4 @@ print_license()
<< std::endl;
}

View File

@ -41,3 +41,4 @@ void parse_options(int& argc, char**& argv);
void print_license();
#endif

View File

@ -178,3 +178,4 @@ Simulation::get_avaiable_policies()
v.push_back(Scheduler::get_instance().get_policy());
return v;
}

View File

@ -76,3 +76,4 @@ namespace sgpem
#endif

View File

@ -61,3 +61,4 @@ StandardIO::is_full_duplex()
{
return false;
}

View File

@ -49,3 +49,4 @@ namespace sgpem {
}
#endif

View File

@ -35,3 +35,4 @@ start_gui(int argc, char** argv)
Gtk::Main::run(main_window);
}

View File

@ -29,3 +29,4 @@
void SG_DLLEXPORT start_gui(int argc, char** argv);
#endif

View File

@ -107,3 +107,4 @@ namespace memory {
#include "smartp.tcc"
#endif

View File

@ -351,3 +351,4 @@ TextSimulation::_io_loop(pair<TextSimulation* , int > pun)
pun.first->parse_command(p);
}
}

View File

@ -60,4 +60,4 @@ namespace sgpem
}
#endif
#endif