core coding style changes

This commit is contained in:
Josh Pelkey
2011-05-13 14:52:27 -04:00
parent f6beada3cb
commit 86379fa5b5
111 changed files with 2361 additions and 2298 deletions

View File

@@ -31,7 +31,7 @@ using namespace std;
* pseudo-random number generator, this program should always output the
* same number. Likewise, ns-3 simulations using random variables will
* behave deterministically unless the user changes the RunNumber or the
* Seed.
* Seed.
*
* There are three primary mechanisms to change the seed or run numbers
* from their default integer value of 1
@@ -59,5 +59,5 @@ int main (int argc, char *argv[])
UniformVariable uv;
cout << uv.GetValue () << endl;
}