mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
Added missing newlines at EOF
[SVN r16857]
This commit is contained in:
@@ -1,2 +1 @@
|
||||
|
||||
void debug();
|
||||
void debug();
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
void release();
|
||||
void release();
|
||||
|
||||
@@ -8,4 +8,4 @@ int main()
|
||||
#else
|
||||
debug();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
void debug();
|
||||
void debug();
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
|
||||
void release();
|
||||
void release();
|
||||
|
||||
@@ -8,4 +8,4 @@ int main()
|
||||
#else
|
||||
debug();
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user