We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f93ad commit ebe3164Copy full SHA for ebe3164
elfio/elfio_segment.hpp
@@ -194,11 +194,11 @@ template <class T> class segment_impl : public segment
194
{
195
if ( !is_loaded ) {
196
load_data();
197
- }
198
- // If data is in the matched sections, create a contiguous representation
199
- // of data by copying over from sections.
200
- if ( get_sections_num() ) {
201
- load_section_data();
+ // If data is in the matched sections, create a contiguous
+ // representation of data by copying over from sections.
+ if ( get_sections_num() ) {
+ load_section_data();
+ }
202
}
203
return data.get();
204
0 commit comments