Skip to content

Commit e525f2b

Browse files
author
Clement Champetier
committed
Added new line at EOF
* Fix #220 * There is a netbeans plugin to do that: http://plugins.netbeans.org/plugin/56323/eof-line-feed
1 parent 102384c commit e525f2b

File tree

14 files changed

+14
-14
lines changed

14 files changed

+14
-14
lines changed

src/AvTranscoder/codec/AudioCodec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ class AvExport AudioCodec : public ICodec
2020
};
2121
}
2222

23-
#endif
23+
#endif

src/AvTranscoder/codec/DataCodec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ class AvExport DataCodec : public ICodec
1515
};
1616
}
1717

18-
#endif
18+
#endif

src/AvTranscoder/codec/VideoCodec.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ class AvExport VideoCodec : public ICodec
2020
};
2121
}
2222

23-
#endif
23+
#endif

src/AvTranscoder/decoder/AudioGenerator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ class AvExport AudioGenerator : public IDecoder
2727
};
2828
}
2929

30-
#endif
30+
#endif

src/AvTranscoder/encoder/AudioEncoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class AvExport AudioEncoder : public IEncoder
2929
};
3030
}
3131

32-
#endif
32+
#endif

src/AvTranscoder/encoder/IEncoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ class AvExport IEncoder
4444
};
4545
}
4646

47-
#endif
47+
#endif

src/AvTranscoder/encoder/VideoEncoder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,4 +170,4 @@ bool VideoEncoder::encodeFrame(CodedData& codedFrame)
170170
return ret == 0;
171171
#endif
172172
}
173-
}
173+
}

src/AvTranscoder/encoder/VideoEncoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ class AvExport VideoEncoder : public IEncoder
2929
};
3030
}
3131

32-
#endif
32+
#endif

src/AvTranscoder/file/InputFile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ std::ostream& operator<<(std::ostream& flux, const InputFile& input)
250250

251251
return flux;
252252
}
253-
}
253+
}

src/AvTranscoder/progress/IProgress.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ class AvExport IProgress
3535
};
3636
}
3737

38-
#endif
38+
#endif

src/AvTranscoder/progress/NoDisplayProgress.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ class AvExport NoDisplayProgress : public IProgress
1818
};
1919
}
2020

21-
#endif
21+
#endif

src/AvTranscoder/stream/IInputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ class AvExport IInputStream
5959
};
6060
}
6161

62-
#endif
62+
#endif

src/AvTranscoder/stream/IOutputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ class AvExport IOutputStream
4444
};
4545
}
4646

47-
#endif
47+
#endif

src/AvTranscoder/stream/InputStream.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ class AvExport InputStream : public IInputStream
4747
};
4848
}
4949

50-
#endif
50+
#endif

0 commit comments

Comments
 (0)