Skip to content

Commit

Permalink
Fix issues identified by checkers. (#81)
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
  • Loading branch information
tswhison committed Sep 4, 2020
1 parent 07b1a98 commit c3c2710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/opae/cxx/core/pvalue.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright(c) 2018, Intel Corporation
// Copyright(c) 2018-2020, Intel Corporation
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
Expand Down Expand Up @@ -254,9 +254,9 @@ struct pvalue {
private:
fpga_properties *props_;
bool is_set_;
copy_t copy_;
getter_t get_;
setter_t set_;
copy_t copy_;
};

/**
Expand Down

0 comments on commit c3c2710

Please sign in to comment.