Last change
on this file since 0497b6ba was c92bdcc, checked in by Andrew Beach <ajbeach@…>, 17 months ago |
Updated the rest of the names in src/ (except for the generated files).
|
-
Property mode
set to
100644
|
File size:
575 bytes
|
Rev | Line | |
---|
[9939dc3] | 1 | //
|
---|
| 2 | // Cforall Version 1.0.0 Copyright (C) 2015 University of Waterloo
|
---|
| 3 | //
|
---|
| 4 | // The contents of this file are covered under the licence agreement in the
|
---|
| 5 | // file "LICENCE" distributed with Cforall.
|
---|
| 6 | //
|
---|
[c92bdcc] | 7 | // Indenter.cpp --
|
---|
[9939dc3] | 8 | //
|
---|
| 9 | // Author : Andrew Beach
|
---|
| 10 | // Created On : Fri May 13 14:03:00 2022
|
---|
| 11 | // Last Modified By : Andrew Beach
|
---|
| 12 | // Last Modified On : Fri May 13 14:03:00 2022
|
---|
| 13 | // Update Count : 0
|
---|
| 14 | //
|
---|
| 15 |
|
---|
[c92bdcc] | 16 | #include "Indenter.hpp"
|
---|
[9939dc3] | 17 |
|
---|
| 18 | unsigned Indenter::tabsize = 2;
|
---|
| 19 |
|
---|
| 20 | // Local Variables: //
|
---|
| 21 | // tab-width: 4 //
|
---|
| 22 | // mode: c++ //
|
---|
| 23 | // compile-command: "make install" //
|
---|
| 24 | // End: //
|
---|
Note:
See
TracBrowser
for help on using the repository browser.